[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:
flywind
2021-12-17 18:16:59 +08:00
committed by GitHub
parent 5ddaf3e1fb
commit 3d9b6cfebc

View File

@@ -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