From 4d0b0651ebbeb6f1ff06ea34b75addbdbebb5af0 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 21 Jan 2025 23:20:55 +0100 Subject: [PATCH] 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 16a3edbb..321fb996 100644 --- a/src/ZoneCommon/Pool/XAssetInfo.h +++ b/src/ZoneCommon/Pool/XAssetInfo.h @@ -89,7 +89,7 @@ public: 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)) { } @@ -101,7 +101,7 @@ public: 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) { }