run cargo fmt.

This commit is contained in:
Toshio Ito 2021-04-20 16:10:59 +09:00
parent 9645a1bd64
commit 4e2825972b

View File

@ -586,5 +586,4 @@ mod tests {
// this should not block forever
assert!(q.enqueue(0).is_err());
}
}