Skip to content

Commit c64e3d8

Browse files
Chore: fix comment indentation in no-deprecated-report-api
1 parent ffab432 commit c64e3d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rules/no-deprecated-report-api.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ module.exports = {
3737

3838
const contextIdentifiers = new WeakSet();
3939

40-
// ----------------------------------------------------------------------
41-
// Public
42-
// ----------------------------------------------------------------------
40+
// ----------------------------------------------------------------------
41+
// Public
42+
// ----------------------------------------------------------------------
4343

4444
return {
4545
[ruleInfo.create.type] (node) {

0 commit comments

Comments
 (0)