Skip to content

Commit

Permalink
CI issue addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
fumer-fubotv committed Apr 3, 2024
1 parent ffdbad7 commit bc8660d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatters/IndentFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class IndentFormatter {
if (doubleIndentSkip) {
let opener = this.getOpeningToken(
tokens,
tokens.indexOf(nextNonWhitespaceToken),
tokens.indexOf(nextNonWhitespaceToken!),
TokenKind.LeftSquareBracket,
TokenKind.RightSquareBracket
);
Expand Down

0 comments on commit bc8660d

Please sign in to comment.