style: fix clang-format issues
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-15 16:31:46 +03:30
parent 8b3990959b
commit 5d1862f493
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
6 changed files with 9 additions and 8 deletions

View file

@ -131,7 +131,8 @@ public:
return "TextLoader";
}
[[nodiscard]] auto load(const std::filesystem::path& file_path) const -> Assets::TextAsset::PackageData
[[nodiscard]] auto load(const std::filesystem::path &file_path) const
-> Assets::TextAsset::PackageData
{
auto stream = std::ifstream { file_path, std::ios::binary };
if (!stream.good())