aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Devices/DevicesView.swift
diff options
context:
space:
mode:
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))
}