Skip to content

Commit

Permalink
added gen-class required for lein-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnaph committed Dec 9, 2013
1 parent 5759f00 commit e7cf211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sweettalk/core.clj
Expand Up @@ -3,7 +3,8 @@
(:require [sweettalk.config :refer [config]]
[sweettalk.web :as web]
[sweettalk.log :as log]
[sweettalk.metrics :as metrics]))
[sweettalk.metrics :as metrics])
(:gen-class))

(defn- start []
(log/start config)
Expand Down

0 comments on commit e7cf211

Please sign in to comment.