Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #3934 - bundler:align-hash, r=segiddins
Browse files Browse the repository at this point in the history
align the hash that rubocop made wonky

/cc @segiddins
  • Loading branch information
homu committed Aug 14, 2015
2 parents 1b3eb24 + 000a8f4 commit e6c4b30
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/bundler/graph.rb
Expand Up @@ -134,11 +134,12 @@ def g
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

Expand Down

0 comments on commit e6c4b30

Please sign in to comment.