Skip to content

Commit

Permalink
missing newline before EOF in utils.cljs
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Aug 19, 2015
1 parent 6ad431f commit 069b7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_frame/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
(apply comp middlewares))
:else (do
(warn frame "re-frame: comp-middleware expects a vector, got: " what)
nil))))
nil))))

0 comments on commit 069b7cc

Please sign in to comment.