Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 11, 2023
1 parent a108e9c commit 227ac02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ impl SpawnError {
}

pub(crate) fn new_consumed() -> SpawnError {
SpawnError { kind: SpawnErrorKind::Consumed }
SpawnError {
kind: SpawnErrorKind::Consumed,
}
}
}

Expand Down

0 comments on commit 227ac02

Please sign in to comment.