Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 9f58552

Browse files
committed
an offering to the ESLint god
1 parent eed6f45 commit 9f58552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/java.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports.run = function run(opts, cb) {
3333
const classpaths = [
3434
'/usr/local/groovy/lib/junit-4.12.jar',
3535
'/usr/local/groovy/lib/hamcrest-core-1.3.jar'
36-
]
36+
];
3737

3838
const args = [
3939
'-cp', classpaths.join(':'),

0 commit comments

Comments
 (0)