Skip to content

Commit d58cf3c

Browse files
committed
Fix indentation
1 parent 025b6d2 commit d58cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ldk_node.udl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface Node {
5252
Invoice receive_variable_amount_payment([ByRef]string description, u32 expiry_secs);
5353
PaymentDetails? payment([ByRef]PaymentHash payment_hash);
5454
sequence<PeerDetails> list_peers();
55-
sequence<ChannelDetails> list_channels();
55+
sequence<ChannelDetails> list_channels();
5656
};
5757

5858
[Error]

0 commit comments

Comments
 (0)