diff --git a/src/node_modules.cc b/src/node_modules.cc index 89f6bd7487527f..40f77946f29966 100644 --- a/src/node_modules.cc +++ b/src/node_modules.cc @@ -327,8 +327,7 @@ void BindingData::GetNearestRawParentPackageJSON( auto package_json = TraverseParent( realm, - std::filesystem::path(path_value.ToString()) - ); + std::filesystem::path(path_value.ToString())); if (package_json != nullptr) { Local result[2] = {