summaryrefslogtreecommitdiff
path: root/runtime/base/bit_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/bit_string.h')
-rw-r--r--runtime/base/bit_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/bit_string.h b/runtime/base/bit_string.h
index 1cda021017..a2164f335d 100644
--- a/runtime/base/bit_string.h
+++ b/runtime/base/bit_string.h
@@ -248,7 +248,7 @@ struct BitString {
// Does this bitstring contain exactly 0 characters?
bool IsEmpty() const {
- return (*this) == BitString{}; // NOLINT
+ return (*this) == BitString{};
}
// Remove all BitStringChars starting at end.