mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-04 21:43:15 -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) =
|
||||
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"
|
||||
quit 1
|
||||
logInfo "flake: ", c.flake
|
||||
logInfo "host: ", c.host
|
||||
logInfo "flake:", c.flake
|
||||
logInfo "host:", c.host
|
||||
|
||||
proc cmd(c: OizysContext): string {.inline.} =
|
||||
let pixExists = findExe("pix") != ""
|
||||
|
|
Loading…
Reference in a new issue