From cbc0fc983cdb0fb35c2b14e76502b0c58658c19d Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 29 Apr 2021 01:14:54 -0500 Subject: [PATCH] [ox/fs] Cleanup --- deps/ox/src/ox/fs/filesystem/filelocation.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: