about summary refs log tree commit diff
path: root/src/pronouns/web.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r--src/pronouns/web.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 04acd5d..23ac603 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -28,7 +28,6 @@
      :headers {"Content-Type" "text/css"}
      :body (slurp (io/resource "pronouns.css"))})
 
-
   (GET "/*" {params :params}
        {:status 200
         :headers {"Content-Type" "text/html"}