Update semistandard linter to latest

This commit is contained in:
Lovell Fuller
2018-11-11 18:05:40 +00:00
parent 1c4f6f75f3
commit 03394556b5
11 changed files with 55 additions and 55 deletions

View File

@@ -138,7 +138,7 @@ describe('Image channel insertion', function () {
it('Invalid raw buffer description', function () {
assert.throws(function () {
sharp().joinChannel(fs.readFileSync(fixtures.inputPng), {raw: {}});
sharp().joinChannel(fs.readFileSync(fixtures.inputPng), { raw: {} });
});
});