diff options
-rw-r--r-- | lib/lib.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib.clj b/lib/lib.clj index 65f5aa92..06641872 100644 --- a/lib/lib.clj +++ b/lib/lib.clj @@ -212,8 +212,8 @@ "Returns a classpath-relative path given the name of a symbol" [name] (.. name - (replace \- \_) - (replace \. \/))) + (replace \- \_) + (replace \. \/))) (defn- lib-path "Returns the resource path for a lib" |