fix: formatting

This commit is contained in:
Jan 2025-01-21 23:20:55 +01:00
parent 7a639a359c
commit 4d0b0651eb
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -89,7 +89,7 @@ public:
std::vector<scr_string_t> usedScriptStrings, std::vector<scr_string_t> usedScriptStrings,
std::vector<IndirectAssetReference> indirectAssetReferences) std::vector<IndirectAssetReference> indirectAssetReferences)
: XAssetInfoGeneric( : XAssetInfoGeneric(
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences)) type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences))
{ {
} }
@ -101,7 +101,7 @@ public:
std::vector<IndirectAssetReference> indirectAssetReferences, std::vector<IndirectAssetReference> indirectAssetReferences,
Zone* zone) Zone* zone)
: XAssetInfoGeneric( : XAssetInfoGeneric(
type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone) type, std::move(name), static_cast<void*>(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone)
{ {
} }