From 6e01879e21636e9c9172e606653f6d4051be2609 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sun, 26 Apr 2026 15:21:47 +0200 Subject: [PATCH] format --- Bigfoot/Sources/Engine/Include/Engine/BigFile/Asset/Asset.fbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bigfoot/Sources/Engine/Include/Engine/BigFile/Asset/Asset.fbs b/Bigfoot/Sources/Engine/Include/Engine/BigFile/Asset/Asset.fbs index 2809c69..cfe85a9 100644 --- a/Bigfoot/Sources/Engine/Include/Engine/BigFile/Asset/Asset.fbs +++ b/Bigfoot/Sources/Engine/Include/Engine/BigFile/Asset/Asset.fbs @@ -18,8 +18,8 @@ table AssetHeader table Asset { - header: AssetHeader (required, id: 0); - asset: [ubyte] (required, id: 1); + header: AssetHeader (required, id: 0); + asset: [ubyte] (required, id: 1); } root_type Asset; \ No newline at end of file