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)