Remove superfluous `mut`

This commit is contained in:
Liam 2025-11-09 23:57:13 -05:00 committed by Tomasz (Tom) Kramkowski
parent a4592ed3a3
commit 9019fea16c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ pub(crate) async fn sync(
})
.ok();
let mut sync_report = SyncReport {
let sync_report = SyncReport {
dry_run: dry_run.enabled(),
environment: EnvironmentReport::from(&environment),
action: SyncAction::from(&environment),