Skip to content

Commit

Permalink
fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kappu committed Mar 27, 2017
1 parent 5c158ac commit ad35ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/utils/__tests__/PluginUtils-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const expect = require('expect');
const PluginsUtils = require('../PluginsUtils');
const assign = require('object-assign');
const MapSearchPlugin = require('../../plugins/MapSearch')
const MapSearchPlugin = require('../../plugins/MapSearch');

describe('PluginsUtils', () => {
beforeEach( () => {
Expand Down

0 comments on commit ad35ca8

Please sign in to comment.