Skip to content

Commit

Permalink
pull closing paren up a line
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Mar 25, 2014
1 parent 7fd455b commit a43fb53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bandit-ring/src/bandit/ring/app.clj
Expand Up @@ -15,8 +15,7 @@
[:li
[:a {:href "/ads"} "Adverts example"]]
[:li
[:a {:href "/rank"} "Ranking items example"]]]]))
)
[:a {:href "/rank"} "Ranking items example"]]]])))

(def app (-> (routes main-routes ads/advert-example-routes rank/rank-example-routes)
(wrap-reload '(bandit.ring app adverts))
Expand Down

0 comments on commit a43fb53

Please sign in to comment.