Skip to content
Open
Prev Previous commit
Next Next commit
fix: prettier
  • Loading branch information
alecmestroni committed Aug 20, 2025
commit 22d5663b9b995cc32a5afb4a2c747ce47d4f8071
2 changes: 1 addition & 1 deletion task-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function findSourceFiles(nycOptions) {
globbyOptions.cwd = nycOptions.cwd
}
const allFiles = globby.sync(patterns, globbyOptions)

return allFiles
}
/**
Expand Down