formatting

This commit is contained in:
Gered 2014-09-04 15:26:55 -04:00
parent 8b0be35c6f
commit 7b240580ea

View file

@ -236,8 +236,7 @@
(not has-version?)) (not has-version?))
(let [no-version-url-parts (take-last 2 parts)] (let [no-version-url-parts (take-last 2 parts)]
{:type (format-resource-url-type no-version-url-parts keywordize?) {:type (format-resource-url-type no-version-url-parts keywordize?)
:id (second no-version-url-parts)}) :id (second no-version-url-parts)}))))
)))
(defn absolute-url? (defn absolute-url?
"returns true if the passed URL is an absolute URL, false if not. if the value "returns true if the passed URL is an absolute URL, false if not. if the value