Skip to content

Commit

Permalink
fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
anfeng committed May 2, 2013
1 parent 9f22f7e commit b7cf747
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions storm-netty/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

(defproject storm/storm-netty VERSION
:dependencies [[storm/storm-core "0.9.0-wip17"]
[io.netty/netty "3.6.3.Final"]
]

[io.netty/netty "3.6.3.Final"]]

:java-source-paths ["src/jvm"]
:test-paths ["test/clj"]

:profiles {:release {}}

:aot :all)
:aot :all)

0 comments on commit b7cf747

Please sign in to comment.