From 14f8752cd89c6ba59a7f2dc900ea063b766d5bea Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 12 Feb 2024 17:53:33 -0800 Subject: [PATCH] formatting: cleanup using --- basis/formatting/formatting-tests.factor | 4 ++-- basis/formatting/formatting.factor | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) 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 ; -- 2.34.1