diff --git a/AK/Span.h b/AK/Span.h index 0852cf9b312..a72bc4caaf7 100644 --- a/AK/Span.h +++ b/AK/Span.h @@ -209,7 +209,7 @@ public: return *this; } - bool operator==(Span other) const + bool operator==(Span other) const { if (size() != other.size()) return false;