Skip to content

Commit

Permalink
Remove unncessary do
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Dec 19, 2021
1 parent 584ecb0 commit 8b3883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

:clean-targets ^{:protect false} [:target-path :compile-path "out"]

:repl-options {:init (do (require '[figwheel-sidecar.repl-api :refer :all]))}
:repl-options {:init (require '[figwheel-sidecar.repl-api :refer :all])}

:figwheel {:http-server-root "public" ;; assumes "resources"
:css-dirs ["site/public/css"]
Expand Down

0 comments on commit 8b3883e

Please sign in to comment.