Skip to content

Commit cb294da

Browse files
arperrylencioni
authored andcommitted
Update jsx-closing-bracket-location.js
1 parent f8fe6e4 commit cb294da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/jsx-closing-bracket-location.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ module.exports = {
162162
case 'tag-aligned':
163163
case 'line-aligned':
164164
indentation = /^\s*/.exec(sourceCode.lines[tokens.opening.line - 1])[0];
165+
break;
165166
default:
166167
indentation = '';
167168
}

0 commit comments

Comments
 (0)