Remove trailing whitespace.

This commit is contained in:
hashlag
2026-07-06 02:31:12 +03:00
parent 6c5a12f339
commit f9dbca34c7
+1 -1
View File
@@ -43,7 +43,7 @@ public:
return Storage_.data(); return Storage_.data();
} }
const T * Begin() const noexcept const T * Begin() const noexcept
{ {
return Storage_.data(); return Storage_.data();
} }