]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/fnv1/fnv1.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / checksums / fnv1 / fnv1.factor
index f221cefef2193ebd1079f9199908d1cc27666e26..5cc6b0242572fd512a4b32fdb58306578d637b5e 100644 (file)
@@ -1,9 +1,7 @@
 ! Copyright (C) 2009 Alaric Snell-Pym
 ! See http://factorcode.org/license.txt for BSD license.
-
 USING: checksums classes.singleton kernel math math.ranges
 math.vectors sequences ;
-
 IN: checksums.fnv1
 
 SINGLETON: fnv1-32