Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 16, 2020
1 parent 51c0a61 commit cfeddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/system-test/redact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function readImage(filePath) {
fs.createReadStream(filePath)
.pipe(new PNG())
.on('error', reject)
.on('parsed', function() {
.on('parsed', function () {
resolve(this);
});
});
Expand Down

0 comments on commit cfeddcc

Please sign in to comment.