Skip to content

Commit

Permalink
lint: return value
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
  • Loading branch information
Amogh-Bharadwaj and serprex authored Dec 19, 2023
1 parent 791ad75 commit 3b748a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/postgres/qrep_flow_pg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *PeerFlowE2ETestSuitePG) checkSyncedAt(dstSchemaQualified string) error
}
}

if rows.Err() != nil {
return rows.Err()
return rows.Err()
}
return nil
Expand Down

0 comments on commit 3b748a7

Please sign in to comment.