modern.out: Don't write an extra newline to the end of files.

modern-harvey3-triple
Doug Coleman 2018-08-03 11:36:45 -04:00
parent 947793673a
commit 60f66bfb42
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ DEFER: map-literals
[ write-literal ] with-string-writer ; inline
: write-modern-path ( seq path -- )
utf8 [ write-literal nl ] with-file-writer ; inline
utf8 [ write-literal ] with-file-writer ; inline
: write-modern-vocab ( seq vocab -- )
vocab-source-path write-modern-path ; inline