From c70f4f9c4ec205fb60a6ed021d9d3881dd2a145a Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 5 Feb 2020 23:34:11 +0200 Subject: [PATCH] Add missing indent to test code --- test/reagenttest/testreagent.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/reagenttest/testreagent.cljs b/test/reagenttest/testreagent.cljs index 22faea8..ed5e5c1 100644 --- a/test/reagenttest/testreagent.cljs +++ b/test/reagenttest/testreagent.cljs @@ -198,9 +198,9 @@ child (fn [p] (swap! child-ran inc) [:div (:val p)]) - parent(fn [] - (swap! parent-ran inc) - [:div "child-foo" [child @child-props]])] + parent (fn [] + (swap! parent-ran inc) + [:div "child-foo" [child @child-props]])] (with-mounted-component [parent nil nil] (fn [c div] (r/flush)