Skip to content

Commit

Permalink
Update json_formatter.rb (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Oct 18, 2022
1 parent 69a93bb commit d33ad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lumberaxe/lib/lumberaxe/json_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def format_data(data)
hash[key] = value
else
hash[:tags] ||= []
hash[:tags] << key
hash[:tags] << tag
end
hash
end)
Expand Down

0 comments on commit d33ad10

Please sign in to comment.