Skip to content

Commit ab9b95a

Browse files
committed
formatting code
1 parent 25ef91c commit ab9b95a

File tree

4 files changed

+197
-221
lines changed

4 files changed

+197
-221
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub(crate) fn parse_startup_args() -> Result<LdkUserInfo, ()> {
7676
}
7777
arg_idx += 1;
7878
Some(s)
79-
}
79+
},
8080
None => None,
8181
};
8282

src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ pub(crate) fn poll_for_user_input(
9191
continue;
9292
}
9393

94-
9594
let (mut announce_channel, mut with_anchors) = (false, false);
9695
while let Some(word) = words.next() {
9796
match word {

0 commit comments

Comments
 (0)