Skip to content
Snippets Groups Projects
Commit 8b662312 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

missing ")"

parent a4fa70d6
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
(defn extract-value [s] (-> s extract second u/number)) (defn extract-value [s] (-> s extract second u/number))
(defn extract-unit [s] (-> s extract last) (defn extract-unit [s] (-> s extract last))
(defn read-vec [{x :_x :as task}] (defn read-vec [{x :_x :as task}]
(assoc task :Result [{:Type (get-in task [:PostScriptInput :Type]) (assoc task :Result [{:Type (get-in task [:PostScriptInput :Type])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment