Skip to content

Commit 97eecd8

Browse files
committed
fix prettier
1 parent 309456f commit 97eecd8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test-apps/classic/ember-cli-build.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ module.exports = function (defaults) {
1616
trees: {
1717
tests: new Funnel(path.resolve(__dirname, '../tests')),
1818
public: new Funnel(testingFolderExists ? testingDir : distDir, {
19-
files: [
20-
'*.js',
21-
'background.js',
22-
'content-script.js',
23-
'panes-3-16-0',
24-
],
19+
files: ['*.js', 'background.js', 'content-script.js', 'panes-3-16-0'],
2520
}),
2621
},
2722
});

0 commit comments

Comments
 (0)