Skip to content

Commit ae2b673

Browse files
authored
style: resolve lint error
Ref: #8129 Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7c908e8 commit ae2b673

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-leading-description-sentence/test/fixtures

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-leading-description-sentence/test/fixtures/invalid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ test = {
212212
'',
213213
'var ctors = require( "./main.js" );'
214214
].join( '\n' ),
215-
'options': [ {
215+
'options': [{
216216
'whitelist': [ 'ndarray' ]
217-
} ],
217+
}],
218218
'errors': [
219219
{
220220
'message': 'Description must start with an uppercase letter or number and end with a period',

0 commit comments

Comments
 (0)