Skip to content

Commit

Permalink
grrr, linting errors not caught by precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
epixa committed Jan 31, 2019
1 parent 9d82aeb commit 06c39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_integration/apis/general/csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import expect from 'expect.js';

export default function({ getService }) {
export default function ({ getService }) {
const supertest = getService('supertest');

describe('csp smoke test', () => {
Expand Down

0 comments on commit 06c39d9

Please sign in to comment.