From caf19ffbd8ba138ac5befbb7924d5603cbf6f2a2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 22 Mar 2019 13:49:37 -0600 Subject: [PATCH] Formatting --- src/spectator/matchers/dummy_match_data.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/matchers/dummy_match_data.cr b/src/spectator/matchers/dummy_match_data.cr index 175cf53..4a6a693 100644 --- a/src/spectator/matchers/dummy_match_data.cr +++ b/src/spectator/matchers/dummy_match_data.cr @@ -15,7 +15,7 @@ module Spectator::Matchers # Dummy values. def named_tuple { - you: "shouldn't be calling this." + you: "shouldn't be calling this.", } end