Auto reformatted the base, ref #470

This commit is contained in:
emeric
2024-05-24 23:31:52 +02:00
parent 83b868673c
commit 39941d90a3
460 changed files with 8583 additions and 8514 deletions
+1 -2
View File
@@ -32,11 +32,10 @@ namespace lms::api::subsonic
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 };
static inline constexpr std::string_view serverVersion{ "6" };
}
} // namespace lms::api::subsonic
namespace lms::core::stringUtils
{
template<>
std::optional<api::subsonic::ProtocolVersion> readAs(std::string_view str);
}