mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 22:30:44 -06:00
remove whitespace
This commit is contained in:
parent
00550108b1
commit
9b686cc202
1 changed files with 3 additions and 3 deletions
|
@ -59,11 +59,11 @@ proc newCtx(): OizysContext =
|
||||||
|
|
||||||
proc check(c: OizysContext) =
|
proc check(c: OizysContext) =
|
||||||
if not dirExists c.flake:
|
if not dirExists c.flake:
|
||||||
logErr c.flake, " does not exist"
|
logErr c.flake, "does not exist"
|
||||||
logErr "please use -f/--flake or $FLAKE_PATH"
|
logErr "please use -f/--flake or $FLAKE_PATH"
|
||||||
quit 1
|
quit 1
|
||||||
logInfo "flake: ", c.flake
|
logInfo "flake:", c.flake
|
||||||
logInfo "host: ", c.host
|
logInfo "host:", c.host
|
||||||
|
|
||||||
proc cmd(c: OizysContext): string {.inline.} =
|
proc cmd(c: OizysContext): string {.inline.} =
|
||||||
let pixExists = findExe("pix") != ""
|
let pixExists = findExe("pix") != ""
|
||||||
|
|
Loading…
Reference in a new issue