summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-08-13 10:54:44 -0700
committerAndre Arko <andre@arko.net>2015-08-13 10:54:44 -0700
commit000a8f4d239a5de4864e6a61b37f728e6e399400 (patch)
tree6af3dd77a9befd4a966f335c762dcdb9e447cd5e
parent21ddb03ee952f96ef3cf09935c8c90db2503e088 (diff)
downloadbundler-align-hash.tar.gz
align the hash that rubocop made wonkyalign-hash
-rw-r--r--lib/bundler/graph.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/bundler/graph.rb b/lib/bundler/graph.rb
index 66ea2d99a8..e815f7dae9 100644
--- a/lib/bundler/graph.rb
+++ b/lib/bundler/graph.rb
@@ -134,11 +134,12 @@ module Bundler
def run
@groups.each do |group|
g.add_nodes(
- group,
- { :style => "filled",
- :fillcolor => "#B9B9D5",
- :shape => "box3d",
- :fontsize => 16 }.merge(@node_options[group])
+ group, {
+ :style => "filled",
+ :fillcolor => "#B9B9D5",
+ :shape => "box3d",
+ :fontsize => 16
+ }.merge(@node_options[group])
)
end