Chromium Code Reviews| Index: runtime/vm/bit_vector.h |
| diff --git a/runtime/vm/bit_vector.h b/runtime/vm/bit_vector.h |
| index e1c133a17740d34cc4a575d860a19c77325c57a6..b04c6ecbbd3ab4596d60260b1765c22a44516e0a 100644 |
| --- a/runtime/vm/bit_vector.h |
| +++ b/runtime/vm/bit_vector.h |
| @@ -25,7 +25,7 @@ class BitVector : public ZoneAllocated { |
| ASSERT(target->data_length_ > 0); |
| Advance(); |
| } |
| - ~Iterator() { } |
| + ~Iterator() {} |
| bool Done() const { return word_index_ >= target_->data_length_; } |
| void Advance(); |