]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/plain/plain.factor
core: cleanup USING lists.
[factor.git] / core / io / streams / plain / plain.factor
index 9cd18adcc6da2cd84fb724444a496605b91edf00..4ea1996f88fbef341b8f632afcda4f5e82483e47 100644 (file)
@@ -6,4 +6,4 @@ IN: io.streams.plain
 MIXIN: plain-writer
 
 M: plain-writer stream-nl
-    CHAR: \n swap stream-write1 ;
\ No newline at end of file
+    CHAR: \n swap stream-write1 ;