Skip to content

Commit

Permalink
Remove unused token kinds from OutdentSpacerTokenKinds
Browse files Browse the repository at this point in the history
  • Loading branch information
philanderson888 committed Dec 9, 2024
1 parent a963b9a commit 038171d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ export let OutdentSpacerTokenKinds = [
TokenKind.EndInterface,
TokenKind.EndNamespace,
TokenKind.EndTry,
TokenKind.EndEnum,
TokenKind.Class,
TokenKind.Enum
TokenKind.EndEnum
];

/**
Expand Down

0 comments on commit 038171d

Please sign in to comment.