Skip to content

Commit 9bb2a41

Browse files
committed
f rustfmt
1 parent 30455d9 commit 9bb2a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/util/persist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,8 @@ where
10091009
&monitor_key,
10101010
latest_update_id,
10111011
true,
1012-
).await;
1012+
)
1013+
.await;
10131014
} else {
10141015
let end = latest_update_id;
10151016
let start = end.saturating_sub(self.maximum_pending_updates);

0 commit comments

Comments
 (0)