Skip to content

Commit 2be9563

Browse files
author
Dudi Dolev
committed
WIP - fix lint 2
1 parent 566d24e commit 2be9563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/util/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
ErrNotYetInitialized = int32(94)
3232
ErrNoReplicationEnabled = int32(76)
3333
ErrNotPrimaryOrSecondary = int32(13436)
34-
ErrNotUnauthorized = int32(13)
34+
ErrNotUnauthorized = int32(13)
3535
)
3636

3737
// MyState returns the replica set and the instance's state if available.

0 commit comments

Comments
 (0)