Skip to content

Commit 301f9f2

Browse files
committed
change the default setting of the pretty-print printer
1 parent 89183ce commit 301f9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambdaisland/deep_diff2.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
`:extra-handlers` (a map from symbol to function), or by
2727
using [[lambdaisland.deep-diff.printer/register-print-handler!]]"
2828
([]
29-
(printer {}))
29+
(printer {:print-fallback :print}))
3030
([opts]
3131
(printer-impl/puget-printer opts)))
3232

0 commit comments

Comments
 (0)