Skip to content

Commit f6ef81d

Browse files
committed
moved bracket
1 parent 2db2e12 commit f6ef81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ln/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct DirectionalChannelInfo {
5757
htlc_minimum_msat: u64,
5858
fee_base_msat: u32,
5959
fee_proportional_millionths: u32,
60-
}
60+
}
6161

6262
impl std::fmt::Display for DirectionalChannelInfo {
6363
fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> {

0 commit comments

Comments
 (0)