Run cargo fmt
This commit is contained in:
parent
432d9f5f97
commit
33d780f691
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ impl Download {
|
|||
| State::Errored { .. } => {
|
||||
self.state = State::Downloading { progress: 0.0 };
|
||||
}
|
||||
State::Downloading{ .. } => {}
|
||||
State::Downloading { .. } => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue