Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
octu0 committed May 12, 2023
1 parent 311dbf1 commit ffe0614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repli/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ func (r *streamReciver) reqDiffData(conn *nats.Conn, dst Destination, fileID dat
func (r *streamReciver) requestBehindData(client *nats.Conn, dst Destination, repliTemp *temporaryRepliData) error {
requestedFileIds := make(map[datafile.FileID]struct{})

// Retrieve FileIDs that destination has that are behind
// Retrieve behind FileIDs
for _, f := range dst.LastFiles() {
lastIndex, err := r.reqCurrentIndex(client, f.FileID)
if err != nil {
Expand Down

0 comments on commit ffe0614

Please sign in to comment.