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 ;