Skip to content

Commit e85d233

Browse files
committed
remove additional semicolon
1 parent c19c13a commit e85d233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module.exports = function(gulp, userConfig) {
212212
}
213213
});
214214

215-
var defaultDependencies = ['index'].concat(config.defaultDependencies);;
215+
var defaultDependencies = ['index'].concat(config.defaultDependencies);
216216
if (isPluginEnabled('karma')) {
217217
if (isPluginEnabled('watch'))
218218
defaultDependencies.push('testContinuous');

0 commit comments

Comments
 (0)