Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
Signed-off-by: MyonKeminta <[email protected]>
  • Loading branch information
MyonKeminta committed Sep 18, 2024
1 parent 6af7a95 commit 7568524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/tso_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,8 @@ func (td *tsoDispatcher) processRequests(

td.cancelCollectedRequests(tbc, stream.streamID, err)
return false, err
} else {
return true, nil
}
return true, nil
} else {
result, err := stream.ProcessRequests(
clusterID, keyspaceID, reqKeyspaceGroupID, dcLocation, count, tbc.extraBatchingStartTime)
Expand Down

0 comments on commit 7568524

Please sign in to comment.