Update Riot/Modules/Common/SwiftUI/Inject.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
David Langley
2021-08-18 12:46:41 +01:00
committed by GitHub
parent ec86f8e797
commit 4e3e394941
+1 -1
View File
@@ -40,7 +40,7 @@ import Foundation
@available(*, unavailable, message: "This property wrapper can only be applied to classes")
var wrappedValue: Value {
get { fatalError("wrappedValue get no used") }
get { fatalError("wrappedValue get not used") }
set { fatalError("wrappedValue set not used. \(newValue)" ) }
}
}