Skip to content

Commit

Permalink
remove Spacing warning source
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jun 16, 2024
1 parent f6444f5 commit 5168228
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/nimib/jsutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ macro nbHappyxCodeBackend*(rootId: untyped, args: varargs[untyped]) =
preRoutesCode.add(i)

let imports = quote do:
import happyx, std/ strformat
import happyx, std / strformat

let newBody = quote do:
`imports`
Expand Down
1 change: 0 additions & 1 deletion tests/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ switch("path", "$projectDir/../src")
switch("define", "nimibNoLog")

switch("warning", "UnusedImport:off")
switch("warning", "Spacing:off")
switch("warning", "Deprecated:off")

0 comments on commit 5168228

Please sign in to comment.