From 43b566a85213680746f8c54a8836aec2b44649e6 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sat, 15 Feb 2020 17:33:20 +0200 Subject: [PATCH] Crystal 0.33 formatting --- src/ameba/inline_comments.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ameba/inline_comments.cr b/src/ameba/inline_comments.cr index 3dcaf97d..b66a3e48 100644 --- a/src/ameba/inline_comments.cr +++ b/src/ameba/inline_comments.cr @@ -1,7 +1,7 @@ module Ameba # A module that utilizes inline comments parsing and processing logic. module InlineComments - COMMENT_DIRECTIVE_REGEX = Regex.new "# ameba : (\\w+) ([\\w\/, ]+)".gsub(" ", "\\s*") + COMMENT_DIRECTIVE_REGEX = Regex.new "# ameba : (\\w+) ([\\w/, ]+)".gsub(" ", "\\s*") # Available actions in the inline comments enum Action