From bb275f2b2aa529709888e6bfb39919792d8ec818 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 3 Jan 2017 19:12:43 -0800 Subject: [PATCH] tools.cal: minor formatting. --- extra/tools/cal/cal.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/tools/cal/cal.factor b/extra/tools/cal/cal.factor index f887585baa..0a343984ef 100644 --- a/extra/tools/cal/cal.factor +++ b/extra/tools/cal/cal.factor @@ -14,8 +14,7 @@ IN: tools.cal 42 " " pad-tail ; : month-header ( timestamp -- str ) - "%B %Y" strftime - 20 CHAR: \s pad-center ; + "%B %Y" strftime 20 CHAR: \s pad-center ; : year-header ( timestamp -- str ) "%Y" strftime 64 CHAR: \s pad-center ;