style: strip trailing whitespace from lock::ranked module (#5815)

This commit is contained in:
Erich Gubler 2024-06-14 13:45:34 -04:00 committed by GitHub
parent d309bba8fc
commit 702c8cb693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
//! it is among its youngest lock's permitted followers. Thus, as a thread
//! acquires locks, it must be traversing a path through the graph along its
//! edges.
//!
//!
//! - Because there are no cycles in the graph, whenever one thread is blocked
//! waiting to acquire a lock, that lock must be held by a different thread: if
//! you were allowed to acquire a lock you already hold, that would be a cycle in