Skip to content

Commit

Permalink
fix indentation in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
nusco committed Nov 24, 2012
1 parent 6c1ca1f commit e780a6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project.clj
Expand Up @@ -2,9 +2,7 @@
:description "A simple web-based Clojure REPL for trying out Clojure without having to install it."
:dependencies [[org.clojure/clojure "1.4.0"]
[noir "1.3.0-beta10"]
[commons-lang/commons-lang "2.5"]
[commons-lang/commons-lang "2.5"]
[clojail "1.0.1"]]
:jvm-opts ["-Djava.security.policy=example.policy""-Xmx80M"]
:main tryclojure.server)


0 comments on commit e780a6a

Please sign in to comment.