-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Swift] Remove pointless do block from LexerATNSimulator.
Remove pointless do block from LexerATNSimulator. This is a translation from Java of a try/finally block, but we have the finally clause in a defer block so we don't need the do block.
- Loading branch information
1 parent
9e143d7
commit 8a48a8c
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters