Skip to content

Commit 2647323

Browse files
jimidleparrt
authored andcommitted
feat: Fix accidental keypress
Signed-off-by: Jim.Idle <[email protected]>
1 parent 057bd36 commit 2647323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Go/antlr/v4/statistics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type goRunStats struct {
2929
// within this package.
3030
//
3131
jStats []*JStatRec
32-
jStatsLock `RWMutex
32+
jStatsLock RWMutex
3333
topN int
3434
topNByMax []*JStatRec
3535
topNByUsed []*JStatRec

0 commit comments

Comments
 (0)