From 5c219195e1bdaa00d78499d6a28a9be632248707 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 31 Jan 2019 13:55:36 -0700 Subject: [PATCH] Formatting --- src/spectator/expectations/expectation.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/expectations/expectation.cr b/src/spectator/expectations/expectation.cr index 5621998..00fc114 100644 --- a/src/spectator/expectations/expectation.cr +++ b/src/spectator/expectations/expectation.cr @@ -8,7 +8,7 @@ module Spectator::Expectations # The `partial` and the `matcher` arguments should reference # the actual and expected result respectively. def initialize(@matched : Bool, @negated : Bool, - @partial : ExpectationPartial, @matcher : Matchers::Matcher) + @partial : ExpectationPartial, @matcher : Matchers::Matcher) end # Indicates whether the expectation was satisifed.