From e00f639cf62876c4a2ff96c733a2df470b0c2801 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 11 Nov 2019 08:26:39 -0600 Subject: [PATCH] modern: fix whitespace --- extra/modern/compiler/compiler.factor | 1 - extra/modern/tools/tools.factor | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/modern/compiler/compiler.factor b/extra/modern/compiler/compiler.factor index 01656a92f1..5d4e93b1ee 100644 --- a/extra/modern/compiler/compiler.factor +++ b/extra/modern/compiler/compiler.factor @@ -176,4 +176,3 @@ M: upper-colon tuple>identifiers M: sequence tuple>identifiers [ tuple>identifiers ] map sift concat ; - diff --git a/extra/modern/tools/tools.factor b/extra/modern/tools/tools.factor index e087411cdb..acbbca506a 100644 --- a/extra/modern/tools/tools.factor +++ b/extra/modern/tools/tools.factor @@ -29,4 +29,4 @@ IN: modern.tools : vocabs>graph ( vocabs -- graph ) [ ] dip vocabs>using-tool2 - [ [ add-edge ] with each ] assoc-each ; \ No newline at end of file + [ [ add-edge ] with each ] assoc-each ;