Skip to content

Commit

Permalink
Apply clang-format adjustments to src/node_file.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeaseen committed Jan 20, 2025
1 parent dc5fd32 commit 84f6331
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ static void RmSync(const FunctionCallbackInfo<Value>& args) {
int recursive = args[2]->IsTrue();
int retryDelay = args[3].As<Int32>()->Value();


// File is a directory and recursive is false
if (file_status.type() == std::filesystem::file_type::directory &&
!recursive) {
Expand Down

0 comments on commit 84f6331

Please sign in to comment.