aboutsummaryrefslogtreecommitdiff
path: root/src/then.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/then.nim')
-rw-r--r--src/then.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/then.nim b/src/then.nim
index 5395ca4..cfd0b44 100644
--- a/src/then.nim
+++ b/src/then.nim
@@ -130,9 +130,9 @@ proc printCalendar() =
printEvents(cal, curDay, "ddd yyyy MMM dd")
proc main() =
- var past: int = 1
+ var past: int = 1
var future: int = 14
- var noArg: bool = true
+ var noArg: bool = true
for kind, key, val in getopt():
case kind
of cmdLongOption, cmdShortOption: