From: John Benediktsson Date: Tue, 13 Feb 2024 01:53:33 +0000 (-0800) Subject: formatting: cleanup using X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=14f8752cd89c6ba59a7f2dc900ea063b766d5bea formatting: cleanup using --- diff --git a/basis/formatting/formatting-tests.factor b/basis/formatting/formatting-tests.factor index 510a070ae4..9487650bce 100644 --- a/basis/formatting/formatting-tests.factor +++ b/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 { diff --git a/basis/formatting/formatting.factor b/basis/formatting/formatting.factor index c66f1893c4..53d5c526d0 100644 --- a/basis/formatting/formatting.factor +++ b/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 ;