]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ci/docker/docker.factor
json: merging reader/writer for simplicity
[factor.git] / extra / ci / docker / docker.factor
index 3185709e60e66c900b96beca076f9c174e338a0a..2c92704a2f3efc618e8547c101fb4c13d0ba591f 100644 (file)
@@ -1,7 +1,9 @@
 ! Copyright (C) 2018 Doug Coleman.
 ! See https://factorcode.org/license.txt for BSD license.
-USING: io.launcher io.standard-paths json.reader
-kernel literals namespaces sequences strings system ;
+
+USING: io.launcher io.standard-paths json kernel literals
+namespaces sequences strings system ;
+
 IN: ci.docker
 
 SYMBOL: docker-username