Crystal 0.33 formatting

This commit is contained in:
Vitalii Elenhaupt 2020-02-15 17:33:20 +02:00
parent cc3200f3cf
commit 43b566a852
No known key found for this signature in database
GPG key ID: CD0BF17825928BC0

View file

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