From 4db3e784ffdd74c1069cde7581c39056577effc2 Mon Sep 17 00:00:00 2001 From: MichaelO Date: Fri, 17 May 2024 21:26:59 +0800 Subject: [PATCH] format --- Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs b/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs index b6a09454..9f9215ef 100644 --- a/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs +++ b/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs @@ -73,7 +73,7 @@ namespace YooAsset return null; string filePath = Provider.RawFilePath; if (Provider.RawFileInfo == null || - Provider.RawFileInfo.Bundle.Encrypted == false) + Provider.RawFileInfo.Bundle.Encrypted == false) return FileUtility.ReadAllBytes(filePath); else return Provider.RawFileInfo.LoadRawFile(filePath);