remove whitespace in gen

This commit is contained in:
Christine Dodrill 2015-09-14 19:21:58 -07:00
parent 506b46e0fe
commit 713e74060f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ proc help*() =
quit 2
proc gen*(root: string, args: seq[string]) =
if args.len != 1:
if args.len != 1:
quit "I need a machine name"