Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Sep 20, 2023
1 parent e2f1fc3 commit 853a9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/src/configGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ function sanitizeArgs(
});

// put the internal full-node args again
if(separatorIndex >= 0) {
if (separatorIndex >= 0) {
filteredArgs.push(...args.slice(separatorIndex));
}
return filteredArgs;
Expand Down

0 comments on commit 853a9be

Please sign in to comment.