diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-04 01:01:51 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-04 01:12:35 +0100 |
commit | 94ef51d6e36faa742d465444b30c382b9de97ad9 (patch) | |
tree | 5fd13b25150c581d4f385dab492d216c9eba48b2 /lib/bundler/graph.rb | |
parent | cc0ecea9dd64fa06d318e79d20ab985945b11648 (diff) | |
download | bundler-94ef51d6e36faa742d465444b30c382b9de97ad9.tar.gz |
Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_cops
Diffstat (limited to 'lib/bundler/graph.rb')
-rw-r--r-- | lib/bundler/graph.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/graph.rb b/lib/bundler/graph.rb index de6bba0214..648754df29 100644 --- a/lib/bundler/graph.rb +++ b/lib/bundler/graph.rb @@ -117,7 +117,7 @@ module Bundler :style => "filled", :fillcolor => "#B9B9D5", :shape => "box3d", - :fontsize => 16 + :fontsize => 16, }.merge(@node_options[group]) ) end |