зеркало из https://github.com/github/ruby.git
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:
Родитель
16ab236b88
Коммит
c4a64b734c
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче