Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre authored and mergify[bot] committed Sep 29, 2020
1 parent 210ce65 commit 07ba022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/ast/node_pattern/compiler/debug.rb
Expand Up @@ -43,7 +43,7 @@ class Colorizer

# Result of a NodePattern run against a particular AST
# Consider constructor is private
Result = Struct.new(:colorizer, :trace, :returned, :ruby_ast) do # rubocop:disable Metrics/BlockLength
Result = Struct.new(:colorizer, :trace, :returned, :ruby_ast) do
# @return [String] a Rainbow colorized version of ruby
def colorize(color_scheme = COLOR_SCHEME)
map = color_map(color_scheme)
Expand Down

0 comments on commit 07ba022

Please sign in to comment.