Skip to content

Commit e1f6912

Browse files
committed
fix lint errors
1 parent cddc09d commit e1f6912

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/lint.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ function lintComments(comment) {
3535
}
3636

3737
function checkEmptyExample(tag) {
38-
if (!tag.description) {
39-
comment.errors.push({
40-
message: 'empty example is found',
41-
commentLineNumber: tag.lineNumber
42-
});
43-
}
38+
if (!tag.description) {
39+
comment.errors.push({
40+
message: 'empty example is found',
41+
commentLineNumber: tag.lineNumber
42+
});
43+
}
4444
}
4545

4646
function checkCanonical(type) {

0 commit comments

Comments
 (0)