Skip to content

Commit

Permalink
Merge pull request #919 from RokLenarcic/dev-pretty-duplicated-prefix
Browse files Browse the repository at this point in the history
Remove duplicated prefix
  • Loading branch information
ikitommi authored Aug 8, 2023
2 parents 15c14e1 + 50c9731 commit 6c7698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malli/dev/pretty.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:width 100
:colors v/-dark-colors
:unknown (fn [x] (when (m/schema? x) (m/form x)))
:throwing-fn-top-level-ns-names ["malli" "clojure" "malli"]
:throwing-fn-top-level-ns-names ["malli" "clojure"]
::me/mask-valid-values '...}
options))))

Expand Down

0 comments on commit 6c7698c

Please sign in to comment.