From 73d221dd055d8546d525a8c61adcab8d481ab5ad Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 8 Aug 2022 17:42:25 -0500 Subject: [PATCH] lint: fix using --- extra/lint/lint.factor | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extra/lint/lint.factor b/extra/lint/lint.factor index 42639ce893..b874bc8abb 100644 --- a/extra/lint/lint.factor +++ b/extra/lint/lint.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2007, 2008, 2011 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs classes classes.tuple.private -combinators.short-circuit continuations io kernel kernel.private -locals.backend make math math.private namespaces prettyprint -quotations sequences sequences.deep shuffle slots.private -splitting stack-checker vocabs words words.alias ; +USING: accessors arrays assocs assocs.extras classes +classes.tuple.private combinators.short-circuit continuations io +kernel kernel.private locals.backend make math math.private +namespaces prettyprint quotations sequences sequences.deep +shuffle slots.private splitting stack-checker vocabs words +words.alias ; IN: lint