Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 20, 2023
1 parent 432d9f5 commit 33d780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download_progress/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl Download {
| State::Errored { .. } => {
self.state = State::Downloading { progress: 0.0 };
}
State::Downloading{ .. } => {}
State::Downloading { .. } => {}
}
}

Expand Down

0 comments on commit 33d780f

Please sign in to comment.