From 702c8cb693a8b875a42ed3d5f2e2e0665aeed6d6 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 14 Jun 2024 13:45:34 -0400 Subject: [PATCH] style: strip trailing whitespace from `lock::ranked` module (#5815) --- wgpu-core/src/lock/ranked.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-core/src/lock/ranked.rs b/wgpu-core/src/lock/ranked.rs index 4237116c2c..13301f86fc 100644 --- a/wgpu-core/src/lock/ranked.rs +++ b/wgpu-core/src/lock/ranked.rs @@ -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