Skip to content

Commit

Permalink
[formatter] async.nim uses two spaces (#19264)
Browse files Browse the repository at this point in the history
according to https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions, two spaces should be preferred in stdlib.
  • Loading branch information
ringabout authored Dec 17, 2021
1 parent 5ddaf3e commit 3d9b6cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pure/async.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
when defined(js):
import asyncjs
export asyncjs
import asyncjs
export asyncjs
else:
import asyncmacro, asyncfutures
export asyncmacro, asyncfutures
import asyncmacro, asyncfutures
export asyncmacro, asyncfutures

0 comments on commit 3d9b6cf

Please sign in to comment.