Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jul 13, 2020
1 parent e9abe2e commit 805c7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/ast/node_pattern.rb
Expand Up @@ -135,8 +135,8 @@ class Compiler
SEPARATORS = /\s+/.freeze
ONLY_SEPARATOR = /\A#{SEPARATORS}\Z/.freeze

TOKENS = Regexp.union(META, PARAM_CONST, KEYWORD_NAME, PARAM_NUMBER, NUMBER,
METHOD_NAME, SYMBOL, STRING)
TOKENS = Regexp.union(META, PARAM_CONST, KEYWORD_NAME, PARAM_NUMBER, NUMBER,
METHOD_NAME, SYMBOL, STRING)

TOKEN = /\G(?:#{SEPARATORS}|#{TOKENS}|.)/.freeze

Expand Down

0 comments on commit 805c7c0

Please sign in to comment.