Remove trailing whitespace.

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