From 499d7fc0e12855650105975cd9d4d953eaf3bb90 Mon Sep 17 00:00:00 2001 From: Eero Helenius Date: Sat, 25 Nov 2023 20:49:14 +0200 Subject: [PATCH] Fix markers in bench REPL session --- repl/bench/pp.repl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/bench/pp.repl b/repl/bench/pp.repl index 896269c..974395e 100644 --- a/repl/bench/pp.repl +++ b/repl/bench/pp.repl @@ -28,7 +28,7 @@ (quick-bench (binding [*out* null-writer] (fipp/pprint numbers {:width 72}))) -'tutkain.impl.pprint/pprint +'me.flowthing.pp/pprint (quick-bench (pp/pprint null-writer numbers {:max-width 72})) @@ -54,7 +54,7 @@ (quick-bench (binding [*out* null-writer] (fipp/pprint code {:width 72}))) -'tutkain.impl.pprint/pprint +'me.flowthing.pp/pprint (quick-bench (pp/pprint null-writer code {:max-width 72}))