whitespace
This commit is contained in:
parent
ee08d7e94d
commit
68c2beb863
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
(defn- get-resource-modification-timestamp [^String resource-url]
|
(defn- get-resource-modification-timestamp [^String resource-url]
|
||||||
(if (relative-url? resource-url)
|
(if (relative-url? resource-url)
|
||||||
|
|
||||||
(->> (str (:web-resource-path-root @options) resource-url)
|
(->> (str (:web-resource-path-root @options) resource-url)
|
||||||
(get-context-url)
|
(get-context-url)
|
||||||
(get-resource-modification-date))))
|
(get-resource-modification-date))))
|
||||||
|
|
Reference in a new issue