mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
[formatter] async.nim uses two spaces (#19264)
according to https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions, two spaces should be preferred in stdlib.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user