From 7ca03e42d98101b76bd27bfd0cdb21e3c4038bcf Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 14 Jul 2019 22:59:51 -0400 Subject: [PATCH] Formatting --- src/sicp_logic/evaluator.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sicp_logic/evaluator.clj b/src/sicp_logic/evaluator.clj index addee83..b081b10 100644 --- a/src/sicp_logic/evaluator.clj +++ b/src/sicp_logic/evaluator.clj @@ -46,7 +46,8 @@ input-frames)) (defn simple-query [db q input-frames] - "Processes a simple query, producing a sequence of frames with bindings for the variables in `q`." + "Processes a simple query, producing a sequence of frames with + bindings for the variables in `q`." (mapcat (fn [frame] (concat