From 954aaf4b11b0af2d8a6a0765231123ecf430f3c8 Mon Sep 17 00:00:00 2001 From: heyarne Date: Tue, 8 Mar 2022 08:52:24 +0100 Subject: [PATCH] nix run nixpkgs#zprint -- '{:style :community}' -sw **/*.clj --- dev/user.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/user.clj b/dev/user.clj index 4ce40df..d0caeff 100644 --- a/dev/user.clj +++ b/dev/user.clj @@ -6,8 +6,7 @@ (defn cljs-repl "Connects to a given build-id. Defaults to `:app`." - ([] - (cljs-repl :app)) + ([] (cljs-repl :app)) ([build-id] (server/start!) (shadow/watch build-id)