From c1e166644963f3d637bc196e0c4d0133e521afdf Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 8 Oct 2022 14:05:53 -0600 Subject: [PATCH] Formatting --- spec/docs/custom_matchers_spec.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/docs/custom_matchers_spec.cr b/spec/docs/custom_matchers_spec.cr index 183e42a..d3ee565 100644 --- a/spec/docs/custom_matchers_spec.cr +++ b/spec/docs/custom_matchers_spec.cr @@ -75,8 +75,8 @@ Spectator.describe "Custom Matchers Docs" do end macro be_odd - OddMatcher.new - end + OddMatcher.new + end specify do expect(9).to be_odd