Skip to content

Commit 969574f

Browse files
committed
all
1 parent 3a0923b commit 969574f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lightning/src/util/sweep.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,17 @@ where
10411041
#[cfg(any(test, feature = "_test_utils"))]
10421042
pub fn sweeper_async(
10431043
&self,
1044-
) -> Arc<OutputSweeper<B, Arc<ChangeDestinationSourceSyncWrapper<D>>, E, F, K, L, O>> {
1044+
) -> Arc<
1045+
OutputSweeper<
1046+
B,
1047+
Arc<ChangeDestinationSourceSyncWrapper<D>>,
1048+
E,
1049+
F,
1050+
Arc<KVStoreSyncWrapper<K>>,
1051+
L,
1052+
O,
1053+
>,
1054+
> {
10451055
self.sweeper.clone()
10461056
}
10471057
}

0 commit comments

Comments
 (0)