Skip to content

Commit

Permalink
[formatter] async.nim uses two spaces (nim-lang#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 and PMunch committed Mar 28, 2022
1 parent 523a251 commit 22bf8ca
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 22bf8ca

Please sign in to comment.