mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed needless operator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
16ab236b88
commit
c4a64b734c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ coverage_peek_result_i(st_data_t key, st_data_t val, st_data_t h)
|
|||
}
|
||||
|
||||
if (branches) {
|
||||
+ rb_hash_aset(h, ID2SYM(rb_intern("branches")), branch_coverage(branches));
|
||||
rb_hash_aset(h, ID2SYM(rb_intern("branches")), branch_coverage(branches));
|
||||
}
|
||||
|
||||
if (methods) {
|
||||
|
|
Loading…
Reference in a new issue