Skip to content

Commit

Permalink
Update runtime/failpoint.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Siarkowicz <[email protected]>
  • Loading branch information
henrybear327 and serathius authored May 15, 2024
1 parent 499c363 commit 837e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/failpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

type Failpoint struct {
t *terms
failpointMu sync.RWMutex
mux sync.RWMutex
}

func NewFailpoint(name string) *Failpoint {
Expand Down

0 comments on commit 837e826

Please sign in to comment.