mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Crystal 0.33 formatting
This commit is contained in:
parent
cc3200f3cf
commit
43b566a852
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue