whitespace

This commit is contained in:
Gered 2014-06-19 18:11:20 -04:00
parent ee08d7e94d
commit 68c2beb863

View file

@ -19,7 +19,6 @@
(defn- get-resource-modification-timestamp [^String resource-url]
(if (relative-url? resource-url)
(->> (str (:web-resource-path-root @options) resource-url)
(get-context-url)
(get-resource-modification-date))))