Skip to content

Commit

Permalink
Kill stray paren in project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouser committed Oct 6, 2013
1 parent 1f8225a commit 8022644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-edition/project.clj
Expand Up @@ -8,7 +8,7 @@
[org.clojure/core.unify "0.5.3"]
[org.clojure/core.logic "0.8.0"]]
:source-paths ["src/clj"]
:aot [joy.gui.DynaFrame])
:aot [joy.gui.DynaFrame]
:plugins [[lein-cljsbuild "0.3.2"]]
:cljsbuild
{:builds
Expand Down

0 comments on commit 8022644

Please sign in to comment.