Fix spacing in the README example (#338)

[trivial] Fix spacing in the README example
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
Sebastian Wilzbach 2018-02-25 03:19:47 +01:00 committed by The Dlang Bot
parent 4f7f37d664
commit b545048ac1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void main(string[] args)
// argument list normally
getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree);
// dfmt off
// dfmt off
getopt(args,
"optionOne", &optionOne,
"optionTwo", &optionTwo,