Skip to content

Commit 5b0360a

Browse files
committed
fix indent
1 parent 9dad378 commit 5b0360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actually_ctx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var aCtx = &aContext{
1313
}
1414

1515
type aContext struct {
16-
mu sync.RWMutex
16+
mu sync.RWMutex
1717
failNowStates map[int64]bool // [goroutineID]bool
1818
}
1919

0 commit comments

Comments
 (0)