From a8f745f9fe74751b87f500af3857b66d4c80f45e Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Mon, 2 Jul 2018 18:49:33 -0400 Subject: eslint --fix . --- test/base.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/base.conf.js') diff --git a/test/base.conf.js b/test/base.conf.js index 956dce011..ccb91cc65 100644 --- a/test/base.conf.js +++ b/test/base.conf.js @@ -1,7 +1,7 @@ // Karma configuration // Generated on Mon Sep 11 2017 18:45:48 GMT-0700 (PDT) -module.exports = function(config) { +module.exports = function (config) { return { // base path that will be used to resolve all patterns (eg. files, exclude) basePath: process.cwd(), -- cgit