From f2dce5fe2a2350332ef5896310f3b087822a4675 Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Sat, 13 Jul 2013 12:22:03 -0400 Subject: [PATCH] Revert "incredibly minor whitespace issue" -- this was a mistake This reverts commit cdfb630712aa27581adbdb473d2e70589460fd8f. --- src/hs_robotwar/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hs_robotwar/core.clj b/src/hs_robotwar/core.clj index 863cea4..8cbbde3 100644 --- a/src/hs_robotwar/core.clj +++ b/src/hs_robotwar/core.clj @@ -79,7 +79,7 @@ [commands :command] [str->int :number] [valid-word :label] - [return-err :error]])) + [return-err :error]])) (def value-type? #{:number :register})