mirror of https://github.com/astral-sh/uv
Remove superfluous `mut`
This commit is contained in:
parent
a4592ed3a3
commit
9019fea16c
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue