Skip to content

Commit

Permalink
fix(pseudoimage): ESLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Aug 27, 2018
1 parent 6cf8483 commit 4f6892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pseudoimage/test/integration/lib/pseudoimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("pseudoimage", function () {
afterEach(function () {
try {
rmrf(tmpDir);
} catch (e) {
} catch (e) { // eslint-disable-line no-empty
} // eslint-disable-line no-empty
});

Expand Down

0 comments on commit 4f6892b

Please sign in to comment.