Formatting

This commit is contained in:
Michael Miller 2022-10-08 14:05:53 -06:00
parent 4dfa5ccb6e
commit c1e1666449
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 2 additions and 2 deletions

View File

@ -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