From 7b240580ea7b1374b04f1a4792057c9e89f5b83a Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 4 Sep 2014 15:26:55 -0400 Subject: [PATCH] formatting --- src/clj_hl7_fhir/core.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj_hl7_fhir/core.clj b/src/clj_hl7_fhir/core.clj index 54b4a9e..e69c3b0 100644 --- a/src/clj_hl7_fhir/core.clj +++ b/src/clj_hl7_fhir/core.clj @@ -236,8 +236,7 @@ (not has-version?)) (let [no-version-url-parts (take-last 2 parts)] {: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? "returns true if the passed URL is an absolute URL, false if not. if the value