Skip to content

Commit c225e9b

Browse files
committed
style: fix eslint issues
1 parent 2d0e801 commit c225e9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/ember-try.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const getChannelURL = require('ember-source-channel-url');
44

5-
module.exports = function() {
5+
module.exports = function () {
66
return Promise.all([
77
getChannelURL('release'),
88
getChannelURL('beta'),

config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

3-
module.exports = function(/* environment, appConfig */) {
3+
module.exports = function (/* environment, appConfig */) {
44
return {};
55
};

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
44

5-
module.exports = function(defaults) {
5+
module.exports = function (defaults) {
66
const app = new EmberAddon(defaults, {
77
// Add options here
88
});

0 commit comments

Comments
 (0)