diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index 9920ebaa..e6861c73 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -58,7 +58,8 @@ class FileAddress { const FileAddress &operator=(const FileAddress &other) noexcept; - [[nodiscard]] constexpr FileAddressType type() const noexcept { + [[nodiscard]] + constexpr FileAddressType type() const noexcept { switch (m_type) { case FileAddressType::Path: case FileAddressType::ConstPath: