Skip to content

Commit

Permalink
formatting: cleanup using
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 13, 2024
1 parent fb0342e commit 14f8752
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions basis/formatting/formatting-tests.factor
@@ -1,7 +1,7 @@
! Copyright (C) 2008 John Benediktsson
! See https://factorcode.org/license.txt for BSD license
USING: calendar formatting kernel literals math math.functions
sequences strings system tools.test ;
USING: calendar formatting formatting.private kernel literals
math math.functions sequences strings system tools.test ;
IN: formatting.tests

{
Expand Down
11 changes: 6 additions & 5 deletions basis/formatting/formatting.factor
@@ -1,10 +1,11 @@
! Copyright (C) 2008 John Benediktsson
! See https://factorcode.org/license.txt for BSD license
USING: accessors arrays assocs calendar calendar.english
calendar.private combinators combinators.smart generalizations
io io.streams.string kernel math math.functions math.parser
multiline namespaces peg.ebnf present prettyprint quotations
sequences sequences.generalizations splitting strings unicode ;
USING: accessors arrays assocs byte-arrays calendar
calendar.english calendar.private combinators combinators.smart
generalizations io io.streams.string kernel math math.functions
math.parser multiline namespaces peg.ebnf present prettyprint
quotations sequences sequences.generalizations splitting strings
unicode ;
IN: formatting

ERROR: unknown-format-directive value ;
Expand Down

0 comments on commit 14f8752

Please sign in to comment.