formatting
This commit is contained in:
parent
8b0be35c6f
commit
7b240580ea
|
@ -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
|
||||||
|
|
Reference in a new issue