summaryrefslogtreecommitdiff
path: root/third_party/base/numerics/safe_conversions_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/numerics/safe_conversions_impl.h')
-rw-r--r--third_party/base/numerics/safe_conversions_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h
index 2a7ce146e3..2735c1ea72 100644
--- a/third_party/base/numerics/safe_conversions_impl.h
+++ b/third_party/base/numerics/safe_conversions_impl.h
@@ -725,7 +725,7 @@ constexpr bool SafeCompare(const L lhs, const R rhs) {
static_cast<BigType>(static_cast<R>(rhs)))
// Let the template functions figure it out for mixed types.
: C<L, R>::Test(lhs, rhs);
-};
+}
} // namespace internal
} // namespace base