fix: Separate detect, sync, and merge modules into their own files
Some checks failed
CI / build (push) Failing after 41s
CI / test (push) Has been skipped
CI / lint (push) Has been skipped

This commit is contained in:
2026-02-04 10:11:04 +00:00
parent cecc556147
commit 371c104b1b

View File

@@ -328,4 +328,4 @@ impl Default for Merger {
fn default() -> Self {
Self::new()
}
}
}