]> gitweb.factorcode.org Git - factor.git/commitdiff
base64: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 20 May 2019 01:48:50 +0000 (18:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 20 May 2019 01:48:50 +0000 (18:48 -0700)
basis/base64/base64.factor

index 1e46e60275a7e173a08cfba6b8ac45d8b2b9c93f..bc37fe0e108569dc1d1156efb0e59f4c99d0b944 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2008 Doug Coleman, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs byte-arrays combinators fry growable io
-io.binary io.encodings.binary io.streams.byte-array kernel
-kernel.private literals locals math math.bitwise namespaces
-sbufs sequences sequences.private ;
+io.encodings.binary io.streams.byte-array kernel kernel.private
+literals locals math math.bitwise namespaces sbufs sequences
+sequences.private ;
 IN: base64
 
 ERROR: malformed-base64 ;