Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: shirly <AndreMouche@126.com>
  • Loading branch information
AndreMouche committed Mar 15, 2021
1 parent 8b9ae12 commit ec3d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ func (s *KVSnapshot) SetOption(opt kv.Option, val interface{}) {
}
}

// ClearFollowerRead disables follower read on current transaction
// DelOption deletes an option.
func (s *KVSnapshot) DelOption(opt kv.Option) {
switch opt {
case kv.ReplicaRead:
Expand Down

0 comments on commit ec3d079

Please sign in to comment.