Skip to content

Commit 227ac02

Browse files
committed
Rustfmt
1 parent a108e9c commit 227ac02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/error.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ impl SpawnError {
181181
}
182182

183183
pub(crate) fn new_consumed() -> SpawnError {
184-
SpawnError { kind: SpawnErrorKind::Consumed }
184+
SpawnError {
185+
kind: SpawnErrorKind::Consumed,
186+
}
185187
}
186188
}
187189

0 commit comments

Comments
 (0)