Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Feb 7, 2024
1 parent c9a6b10 commit 54c37c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZoneCommon/Pool/XAssetInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ template<typename T> class XAssetInfo : public XAssetInfoGeneric
std::vector<scr_string_t> usedScriptStrings,
std::vector<IndirectAssetReference> indirectAssetReferences)
: 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))
{
}

Expand All @@ -97,7 +97,7 @@ template<typename T> class XAssetInfo : public XAssetInfoGeneric
std::vector<IndirectAssetReference> indirectAssetReferences,
Zone* zone)
: 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)
{
}

Expand Down

0 comments on commit 54c37c3

Please sign in to comment.