Skip to content

Commit 3d3dec7

Browse files
fixup!: de-lint
1 parent 37af3a8 commit 3d3dec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rules/line-length.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ https://${'very-'.repeat(80)}-long-url.org/
130130
})
131131

132132
t.test('Co-author lines', (tt) => {
133-
const sha = 'f1496de5a7d5474e39eafaafe6f79befe5883a5b';
133+
const sha = 'f1496de5a7d5474e39eafaafe6f79befe5883a5b'
134134
const author = {
135135
name: 'Jacob Smith',
136136
email: '3012099+JakobJingleheimer@users.noreply.github.com',
137137
date: '2025-12-22T09:40:42Z'
138-
};
138+
}
139139

140140
const v = new Validator()
141141
const bad = new Commit({

0 commit comments

Comments
 (0)