Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik-rishi committed Mar 21, 2024
1 parent 3e3eb70 commit 7616cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/beautify-output.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const beautifySingleFile = (filePath) => {
const fileData = fs.readFileSync(filePath);
const beautifiedData = beautify(fileData.toString(), beautifyConfig);
fs.writeFileSync(filePath, beautifiedData);
}
};

/**
* Recursively beautify all files in directory
Expand Down

0 comments on commit 7616cc8

Please sign in to comment.