Skip to content

Commit 158b8c6

Browse files
Chris J. Leegkalpak
Chris J. Lee
authored andcommitted
chore(protractor-conf.js): remove dangling comma
Closes angular#13051
1 parent 9a674b7 commit 158b8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor-conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config.specs = [
99
];
1010

1111
config.capabilities = {
12-
browserName: 'chrome',
12+
browserName: 'chrome'
1313
};
1414

1515
exports.config = config;

0 commit comments

Comments
 (0)