]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/models/sort/sort.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / models / sort / sort.factor
index efd2e4927b53aa8fe5c4569e5757565f8a1b2880..5eeeae7c4c20b97f15405250263bb3287fd3a0e5 100644 (file)
@@ -4,4 +4,4 @@ USING: sorting models.arrow.smart fry ;
 IN: models.sort
 
 : <sort> ( values sort -- model )
-    [ '[ _ call( obj1 obj2 -- <=> ) ] sort ] <smart-arrow> ; inline
\ No newline at end of file
+    [ '[ _ call( obj1 obj2 -- <=> ) ] sort ] <smart-arrow> ; inline