Fix linter warnings for Swift snippets

This commit is contained in:
Erdem Yerebasmaz
2024-01-25 17:09:30 +03:00
parent 0c40b26e92
commit f881f0aebc
5 changed files with 15 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ func getLspInfo(sdk: BlockingBreezServices) -> LspInformation?{
let lspId = try? sdk.lspId()
let lspInfo = try? sdk.lspInfo()
// ANCHOR_END: get-lsp-info
print(lspId as Any)
return lspInfo
}