fix warning in TestProject

This commit is contained in:
Yonas Kolb
2018-09-29 21:57:51 +10:00
parent ac21dd97ff
commit aa37eb0538
@@ -6,7 +6,7 @@ class InterfaceController: WKInterfaceController {
override func awake(withContext context: Any?) {
super.awake(withContext: context)
let result: Result<String, NoError> = .success("value")
_ = Result<String, NoError>.success("value")
// Configure interface objects here.
}