From f9dbca34c7c79d5df7412556c4ab7d561f91cdc6 Mon Sep 17 00:00:00 2001 From: hashlag Date: Mon, 6 Jul 2026 02:31:12 +0300 Subject: [PATCH] Remove trailing whitespace. --- Chaos/Service/SeArray.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chaos/Service/SeArray.hpp b/Chaos/Service/SeArray.hpp index 959924f..77a7f50 100644 --- a/Chaos/Service/SeArray.hpp +++ b/Chaos/Service/SeArray.hpp @@ -43,7 +43,7 @@ public: return Storage_.data(); } - const T * Begin() const noexcept + const T * Begin() const noexcept { return Storage_.data(); }