Skip to content

Commit 69779f0

Browse files
eff this linter
1 parent f05715d commit 69779f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/rules/line-length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ https://${'very-'.repeat(80)}-long-url.org/
143143
const bad = new Commit({
144144
sha,
145145
author,
146-
message: overlongMessage,
146+
message: overlongMessage
147147
}, v)
148148

149149
bad.report = (opts) => {

0 commit comments

Comments
 (0)