From a6c2910dc3f2e000ad42417c8666cb4771cfd422 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 2 Dec 2023 04:02:42 -0600 Subject: [PATCH] [ox/std] Cleanup (synced from 9855a0bcf0adc05240d4fcaea5f9f4492b884471) --- src/ox/std/stringview.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ox/std/stringview.hpp b/src/ox/std/stringview.hpp index 2657ff96c..62dd6623e 100644 --- a/src/ox/std/stringview.hpp +++ b/src/ox/std/stringview.hpp @@ -108,8 +108,8 @@ template struct MaybeSV { using type = ox::StringView; }; -template -using MaybeSV_t = MaybeSV::type; +template +using MaybeSV_t = MaybeSV::type; }