From 32e95749d7581bf6260801223dbc1e514dd1f94a Mon Sep 17 00:00:00 2001 From: yangbiao59 Date: Tue, 5 Aug 2025 10:20:12 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4read=5Fcore.h=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3DoRead=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbiao59 --- interfaces/kits/js/src/mod_fs/properties/read_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/read_core.h b/interfaces/kits/js/src/mod_fs/properties/read_core.h index 5c9965673..0e0280b77 100644 --- a/interfaces/kits/js/src/mod_fs/properties/read_core.h +++ b/interfaces/kits/js/src/mod_fs/properties/read_core.h @@ -30,8 +30,8 @@ struct ReadOptions final { class ReadCore final { public: - static FsResult DoRead( - const int32_t &fd, ArrayBuffer &arrayBuffer, const optional &options = nullopt); + static FsResult DoRead(const int32_t &fd, ArrayBuffer &arrayBuffer, + const optional &options = nullopt); }; } // namespace OHOS::FileManagement::ModuleFileIO -- Gitee