Skip to content

Commit 7b0e4ff

Browse files
Fix syntax error after rebase
1 parent 3fa2a75 commit 7b0e4ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/replication/sync_inspector.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func (dr *DeploymentReplication) inspectDeploymentReplication(lastInterval time.
6666
}
6767
timeout := CancellationTimeout + AbortTimeout
6868
if isTimeExceeded(timestamp, timeout) {
69-
// Cancellation and abort timeout exceeded, so it must go into failed state.
7069
dr.failOnError(err, fmt.Sprintf("Failed to cancel synchronization in %s", timeout.String()))
7170
}
7271
}
@@ -265,5 +264,3 @@ func (dr *DeploymentReplication) inspectIncomingSynchronizationStatus(destStatus
265264
Error: "",
266265
}
267266
}
268-
269-
}

0 commit comments

Comments
 (0)