This commit is contained in:
albertlockett
2024-04-02 15:40:39 -04:00
parent ada28d3f81
commit a40170c680

View File

@@ -101,7 +101,7 @@ impl std::fmt::Display for MirroringSecondaryCopy {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
match self {
Self::Copy => write!(f, "Copy"),
Self::SkipIfNotFound => write!(f, "SkipIfNotFound"),
Self::SkipIfNotFound => write!(f, "SkipIfNotFound"),
}?;
Ok(())