2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 02:01:51 +00:00

chore: update formatting due to updated clang-format version

This commit is contained in:
Jan
2025-06-28 11:09:03 +01:00
parent 8542675d02
commit 2176480a37
5 changed files with 6 additions and 6 deletions

View File

@ -25,5 +25,5 @@ public:
[[nodiscard]] virtual asset_type_t GetHandlingAssetType() const = 0;
virtual void PostProcessAsset(XAssetInfoGeneric& assetInfo, AssetCreationContext& context) = 0;
virtual void FinalizeZone(AssetCreationContext& context){};
virtual void FinalizeZone(AssetCreationContext& context) {};
};