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