Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
chore: follow code style
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimr committed Nov 12, 2015
1 parent d2f26ae commit f9c05a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function(config) {
module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai', 'sinon'],

Expand All @@ -10,5 +10,5 @@ module.exports = function(config) {
browsers: process.env.TRAVIS ? ['Firefox'] : ['Chrome'],

autoWatch: true
});
};
})
}

0 comments on commit f9c05a1

Please sign in to comment.