From cc6210c6f42f98e105477bd9e9a8a625b309f0c0 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 5 Oct 2014 15:02:00 -0400 Subject: [PATCH] this doesn't need to be public --- src/clj_pebble/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj_pebble/core.clj b/src/clj_pebble/core.clj index e098449..dde7323 100644 --- a/src/clj_pebble/core.clj +++ b/src/clj_pebble/core.clj @@ -37,7 +37,7 @@ pebble-fn# (make-function f#)] (.put (.getFunctions @engine) ~fn-name pebble-fn#))) -(defn prepare-context-map [context] +(defn- prepare-context-map [context] (if context (stringify-keys context) {}))