]> gitweb.factorcode.org Git - factor.git/blobdiff - core/ranges/ranges-tests.factor
factor: add newlines to .factor files
[factor.git] / core / ranges / ranges-tests.factor
index 4506d3b15e50c8b8ba7707fc80b92c0697c78a0f..549b0cfeb97c62aba1dddf95740275062e046e26 100644 (file)
@@ -57,4 +57,4 @@ USING: arrays kernel math ranges sequences sets tools.test ;
 { t } [ 10 -10 -2 <range> [ sum ] [ >array sum ] bi = ] unit-test
 
 ! Empty range
-{ 0 } [ 1 0 1 <range> sum ] unit-test
\ No newline at end of file
+{ 0 } [ 1 0 1 <range> sum ] unit-test