Skip to content

Commit

Permalink
base64: cleanup using.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 20, 2019
1 parent 2d2ff1e commit bfc1337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basis/base64/base64.factor
Original file line number Diff line number Diff line change
@@ -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 ;
Expand Down

0 comments on commit bfc1337

Please sign in to comment.