Skip to content

Commit

Permalink
feat: Fix accidental keypress
Browse files Browse the repository at this point in the history
Signed-off-by: Jim.Idle <jimi@idle.ws>
  • Loading branch information
jimidle authored and parrt committed May 15, 2024
1 parent 057bd36 commit 2647323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Go/antlr/v4/statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type goRunStats struct {
// within this package.
//
jStats []*JStatRec
jStatsLock `RWMutex
jStatsLock RWMutex
topN int
topNByMax []*JStatRec
topNByUsed []*JStatRec
Expand Down

0 comments on commit 2647323

Please sign in to comment.