Skip to content

Commit

Permalink
deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Oct 21, 2024
1 parent 469d969 commit a5070fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions bin/conformanceServer.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
// this server is intended to be used with https://github.com/eclipse/iottestware

import {
AuthenticationResult,
} from "../server/mod.ts";
import type {
TAuthenticationResult,
Context,
Topic,
} from "../server/mod.ts";
import { AuthenticationResult } from "../server/mod.ts";
import type { Context, TAuthenticationResult, Topic } from "../server/mod.ts";
import { logger, LogLevel } from "../utils/mod.ts";
import { getArgs, parseArgs } from "../utils/mod.ts";
import { TcpServer } from "../deno/server.ts";
Expand Down

0 comments on commit a5070fe

Please sign in to comment.