From 656089add8ce570642f9877a8f0872f65f8b5543 Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 9 Apr 2018 21:35:13 -0400 Subject: [PATCH] updated via script --- rodo.rkt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rodo.rkt b/rodo.rkt index a76580b..73075e5 100755 --- a/rodo.rkt +++ b/rodo.rkt @@ -140,9 +140,10 @@ program-file))]) (let ([opened-file - (open-output-file path - #:mode 'text - #:exists 'can-update)]) + (open-output-file + path + #:mode 'text + #:exists 'can-update)]) (close-output-port opened-file)))) (define (check-for-folder) @@ -181,8 +182,8 @@ #:line-mode 'linefeed)]) (display (string-join - (map (add-bullets) - todo-items) "\n" + (map (add-bullets) todo-items) + "\n" #:after-last "\n"))))) (define (show-list)