Skip to content

Commit 4664a76

Browse files
author
Yves Trudeau
committed
Removing needless blank lines
1 parent 83b4ad6 commit 4664a76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go/inst/instance_topology.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,11 +2813,9 @@ func relocateReplicasInternal(replicas [](*Instance), instance, other *Instance)
28132813

28142814
return RepointTo(replicas, &other.Key)
28152815
}
2816-
28172816
// GTID
28182817
gtidErrorsMsg := ""
28192818
{
2820-
28212819
movedReplicas, unmovedReplicas, err, errs := moveReplicasViaGTID(replicas, other, nil)
28222820

28232821
if len(movedReplicas) == len(replicas) {

0 commit comments

Comments
 (0)