Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Oct 18, 2019
1 parent 653f5bd commit 4c78a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kuva_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chai.should();

const Kuva = require('../lib/Kuva.js');

const real = new Kuva({ translator: { nodeMissionType: () => {}}, locale: 'en' });
const real = new Kuva({ translator: { nodeMissionType: () => {} }, locale: 'en' });

describe('Kuva', () => {
describe('#constructor()', () => {
Expand Down

0 comments on commit 4c78a2b

Please sign in to comment.