fix(compose): remove committed conflict markers

This commit is contained in:
andrussal 2026-03-25 07:31:41 +01:00
parent 4fec05078f
commit 153f8d4e22

View File

@ -375,7 +375,6 @@ impl<E: ComposeDeployEnv> DeploymentOrchestrator<E> {
}
}
<<<<<<< HEAD
fn validate_supported_cluster_mode<E: Application, Caps>(
scenario: &Scenario<E, Caps>,
) -> Result<(), DynError> {
@ -425,8 +424,6 @@ mod tests {
);
}
}
=======
>>>>>>> 5baf93d (Align attach wording with existing-cluster mode)
fn existing_cluster_metadata<E, Caps>(scenario: &Scenario<E, Caps>) -> ComposeDeploymentMetadata
where
E: ComposeDeployEnv,