Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Aug 20, 2024
1 parent e83419d commit dccc7f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/katana/tasks/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ impl<'a> TaskBuilder<'a> {
self
}

Check warning on line 65 in crates/katana/tasks/src/task.rs

View check run for this annotation

Codecov / codecov/patch

crates/katana/tasks/src/task.rs#L62-L65

Added lines #L62 - L65 were not covered by tests

/// Notifies the task manager to perform a graceful shutdown when the task is finished due to
/// completion or cancellation.
/// Notifies the task manager to perform a graceful shutdown when the task is finished.
pub fn graceful_shutdown(mut self) -> Self {
self.graceful_shutdown = true;
self
Expand Down

0 comments on commit dccc7f1

Please sign in to comment.