Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
clitic authored Nov 19, 2024
1 parent dd753d4 commit d7f37ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdam/examples/showcase/spinner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn main() {

loop {
std::thread::sleep(Duration::from_secs_f32(0.02));
Output::Stderr
Writer::Stderr
.init()
.print_at(
0,
Expand Down

0 comments on commit d7f37ec

Please sign in to comment.