Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Dec 24, 2022
1 parent af227d0 commit bc57139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { codegen } from "../codegen/mod.ts"
import { escapeHtml } from "../deps/escape.ts"
import * as $ from "../deps/scale.ts"
import * as shiki from "../deps/shiki.ts"
import { serveFile } from "../deps/std/http/file_server.ts"
import { serve } from "../deps/std/http/server.ts"
import * as C from "../mod.ts"
import * as T from "../test_util/mod.ts"
Expand Down

0 comments on commit bc57139

Please sign in to comment.