mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
fix warning in TestProject
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user