summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2020-10-06 06:10:47 +0200
committerAraq <rumpf_a@web.de>2020-10-06 06:10:47 +0200
commite9d7e21dbef65bb8bab88b7cd326e15a2d407fca (patch)
tree17cd705e3ef92d8b461254ce5469e8b6ab2a7353 /compiler
parent4e438f9096fc413824bdbe8377a4ca376d63be35 (diff)
downloadNim-e9d7e21dbef65bb8bab88b7cd326e15a2d407fca.tar.gz
minor reformating
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index 774dd7625..ab074aa1f 100644
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -249,7 +249,7 @@ proc mainCommand*(graph: ModuleGraph) =
       # so by default should not end up in $PWD nor in $projectPath.
       conf.outDir = block:
         var ret = if optUseNimcache in conf.globalOptions: getNimcacheDir(conf)
-        else: conf.projectPath
+                  else: conf.projectPath
         doAssert ret.string.isAbsolute # `AbsoluteDir` is not a real guarantee
         if docLikeCmd2: ret = ret / htmldocsDir
         ret