aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Devices/DevicesView.swift
diff options
context:
space:
mode:
authorIsidro Henoch <imhenoch@protonmail.com>2022-02-12 17:37:20 -0600
committerIsidro Henoch <imhenoch@protonmail.com>2022-02-12 17:37:20 -0600
commite58ceb3d9f7d4a0d497d5957d3fc21cef9ca554b (patch)
tree83971af6ebf12d930b95803c3ceb77199fcfedf5 /iosApp/iosApp/Devices/DevicesView.swift
parent8098ae108e59d3170f88379d8aa51363036ea5eb (diff)
downloadetbsa-trackermap-mobile-e58ceb3d9f7d4a0d497d5957d3fc21cef9ca554b.tar.gz
etbsa-trackermap-mobile-e58ceb3d9f7d4a0d497d5957d3fc21cef9ca554b.tar.bz2
etbsa-trackermap-mobile-e58ceb3d9f7d4a0d497d5957d3fc21cef9ca554b.zip
Minor changes that doesn't have a major impact
Diffstat (limited to 'iosApp/iosApp/Devices/DevicesView.swift')
-rw-r--r--iosApp/iosApp/Devices/DevicesView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Devices/DevicesView.swift b/iosApp/iosApp/Devices/DevicesView.swift
index 06f1df1..e80a4c3 100644
--- a/iosApp/iosApp/Devices/DevicesView.swift
+++ b/iosApp/iosApp/Devices/DevicesView.swift
@@ -20,7 +20,7 @@ import SwiftUI
struct DevicesView: View {
@ObservedObject var devicesViewModel: DevicesViewModel
- init (unitsViewModel: UnitsViewModel) {
+ init(unitsViewModel: UnitsViewModel) {
self._devicesViewModel = ObservedObject(
wrappedValue: DevicesViewModel(unitsViewModel: unitsViewModel))
}