Skip to content

Commit

Permalink
remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
imairi committed Mar 13, 2020
1 parent 5cce2f5 commit 649bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIBsTreeViewerClient/Sources/RIBsTreeViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class RIBsTreeViewerImpl: RIBsTreeViewer {
let jsonData = try JSONSerialization.data(withJSONObject: $0)
let jsonString = String(bytes: jsonData, encoding: .utf8)!
self?.webSocket.send(text: jsonString)
} catch let error {
} catch {
}
})

Expand Down

0 comments on commit 649bb40

Please sign in to comment.