mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Correct indentation issues
This commit is contained in:
committed by
Erdem Yerebasmaz
parent
1aa91aab17
commit
baa365e926
@@ -12,6 +12,6 @@ Future<void> getLspInfo() async {
|
||||
|
||||
Future<void> connectLsp(String lspId) async {
|
||||
// ANCHOR: connect-lsp
|
||||
return await BreezSDK().connectLSP(lspId);
|
||||
await BreezSDK().connectLSP(lspId);
|
||||
// ANCHOR_END: connect-lsp
|
||||
}
|
||||
Reference in New Issue
Block a user