diff --git a/interfaces/kits/js/src/mod_fs/properties/lseek_core.cpp b/interfaces/kits/js/src/mod_fs/properties/lseek_core.cpp index dfec873c9cf2bea50fb4fb2932408c95ca116a2c..04e87170e03ec0424fd72ee109cecffaf3805560 100644 --- a/interfaces/kits/js/src/mod_fs/properties/lseek_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/lseek_core.cpp @@ -22,8 +22,7 @@ namespace FileManagement { namespace ModuleFileIO { using namespace std; -FsResult LseekCore::DoLseek(const int32_t &fd, const int64_t &offset, - const optional &pos) +FsResult LseekCore::DoLseek(const int32_t &fd, const int64_t &offset, const optional &pos) { if (fd < 0) { HILOGE("Invalid fd from JS first argument");