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; }