diff --git a/deps/ox/src/ox/std/stringview.hpp b/deps/ox/src/ox/std/stringview.hpp index 2657ff96..62dd6623 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; }