Swiftlint fixes

This commit is contained in:
Garth Vander Houwen 2024-06-02 18:32:14 -07:00
parent 6c1e28d94a
commit 51929b3a35
15 changed files with 391 additions and 210 deletions

View file

@ -43,7 +43,6 @@ struct NodeMapMapkit: View {
var body: some View {
let connectedNode = getNodeInfo(id: bleManager.connectedPeripheral?.num ?? -1, context: context)
NavigationStack {
GeometryReader { bounds in
VStack {