Skip to content

Commit

Permalink
chore(test): Prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed May 30, 2024
1 parent 8be966c commit 66f4254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builtinDetectors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ processTactFiles(CONTRACTS_DIR, (file) => {
await new Promise((resolve, reject) => {
exec(runCommand, (error, stdout, stderr) => {
const out = stdout.trim() + stderr.trim();
fs.writeFileSync(outputFilePath, out ? out : "\n");
fs.writeFileSync(outputFilePath, out ? out : "\n");
if (error) {
reject(error);
} else {
Expand Down

0 comments on commit 66f4254

Please sign in to comment.