]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hashtables/sequences/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / basis / hashtables / sequences / prettyprint / prettyprint.factor
index 8b80399a39ad76014181a91dabe57f07e950638d..23a0a662733e81ccb084b8f1b0057fb6b69def59 100644 (file)
@@ -3,6 +3,4 @@
 
 USING: hashtables.sequences kernel prettyprint.custom ;
 
-IN: hashtables.sequences.prettyprint
-
 M: sequence-hashtable pprint-delims drop \ SH{ \ } ;