From 76378c9daee9195b664bb6df12899d45f5a39c6e Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 21 Jan 2021 21:05:12 -0700 Subject: [PATCH] Whitespace --- src/spectator/expectation.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spectator/expectation.cr b/src/spectator/expectation.cr index a4306f2..29af037 100644 --- a/src/spectator/expectation.cr +++ b/src/spectator/expectation.cr @@ -46,7 +46,6 @@ module Spectator @match_data.description end - # Creates the expectation. # The *match_data* comes from the result of calling `Matcher#match`. # The *source* is the location of the expectation in source code, if available.