Run cargo fmt

This commit is contained in:
Héctor Ramón Jiménez 2023-09-20 05:37:20 +02:00
parent 432d9f5f97
commit 33d780f691
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -123,7 +123,7 @@ impl Download {
| State::Errored { .. } => {
self.state = State::Downloading { progress: 0.0 };
}
State::Downloading{ .. } => {}
State::Downloading { .. } => {}
}
}