From d4140096a69688d871641347c317ebe7901eb3de Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 25 Jun 2020 16:36:52 -0400 Subject: [PATCH] Reformat --- src/propeller/push/instructions/code.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propeller/push/instructions/code.clj b/src/propeller/push/instructions/code.clj index 33e0a51..b822596 100644 --- a/src/propeller/push/instructions/code.clj +++ b/src/propeller/push/instructions/code.clj @@ -1,7 +1,7 @@ (ns propeller.push.instructions.code (:require [propeller.push.state :as state] [propeller.push.utils :refer [def-instruction - make-instruction]])) + make-instruction]])) ;; ============================================================================= ;; CODE and EXEC Instructions