From 9855a0bcf0adc05240d4fcaea5f9f4492b884471 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 2 Dec 2023 04:02:42 -0600 Subject: [PATCH] [ox/std] Cleanup --- deps/ox/src/ox/std/stringview.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/ox/src/ox/std/stringview.hpp b/deps/ox/src/ox/std/stringview.hpp index 2657ff96c..62dd6623e 100644 --- a/deps/ox/src/ox/std/stringview.hpp +++ b/deps/ox/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; }