From 54c37c318ee2414e6870b925ef354aa5c196a08a Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 7 Feb 2024 01:18:00 +0100 Subject: [PATCH] style: fix formatting --- src/ZoneCommon/Pool/XAssetInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ZoneCommon/Pool/XAssetInfo.h b/src/ZoneCommon/Pool/XAssetInfo.h index d5cc56f02..788fb8cb2 100644 --- a/src/ZoneCommon/Pool/XAssetInfo.h +++ b/src/ZoneCommon/Pool/XAssetInfo.h @@ -85,7 +85,7 @@ template class XAssetInfo : public XAssetInfoGeneric std::vector usedScriptStrings, std::vector indirectAssetReferences) : XAssetInfoGeneric( - type, std::move(name), static_cast(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences)) + type, std::move(name), static_cast(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences)) { } @@ -97,7 +97,7 @@ template class XAssetInfo : public XAssetInfoGeneric std::vector indirectAssetReferences, Zone* zone) : XAssetInfoGeneric( - type, std::move(name), static_cast(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone) + type, std::move(name), static_cast(ptr), std::move(dependencies), std::move(usedScriptStrings), std::move(indirectAssetReferences), zone) { }