Skip to content

Commit

Permalink
Merge pull request #272 from databus23/patch-1
Browse files Browse the repository at this point in the history
remove duplicate hash key assignment
  • Loading branch information
ploubser committed Dec 29, 2014
2 parents 11cdaab + deeb0a5 commit 518474b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mcollective/rpc/stats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def to_hash
:totaltime => @totaltime,
:discovered => @discovered,
:discovered_nodes => @discovered_nodes,
:noresponsefrom => @noresponsefrom,
:okcount => @okcount,
:requestid => @requestid,
:failcount => @failcount,
Expand Down

0 comments on commit 518474b

Please sign in to comment.