Skip to content

Commit 57a5de1

Browse files
committed
style(server): fix lint errors
1 parent aa53bb3 commit 57a5de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const options = {
77
appRootDir: __dirname,
88
// File Extensions for jest (strongloop/loopback#3204)
99
scriptExtensions: ['.js', '.json', '.node', '.ejs'],
10-
}
10+
};
1111

1212
let httpServer;
1313

template/test/server/boot.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('boot process', () => {
1212
const options = {
1313
appRootDir: path.resolve(__dirname, '../../server'),
1414
scriptExtensions: ['.js', '.json', '.node', '.ejs'],
15-
}
15+
};
1616
beforeEach((done) => {
1717
server = loopback();
1818
boot(server, options, done);

0 commit comments

Comments
 (0)