Skip to content

Commit dc25cf3

Browse files
committed
f space
1 parent 22ddd0c commit dc25cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/debug_sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ pub struct RwLock<T: Sized> {
194194

195195
pub struct RwLockReadGuard<'a, T: Sized + 'a> {
196196
mutex: &'a RwLock<T>,
197-
first_lock :bool,
197+
first_lock: bool,
198198
lock: StdRwLockReadGuard<'a, T>,
199199
}
200200

0 commit comments

Comments
 (0)