We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7ca06 commit c0a455aCopy full SHA for c0a455a
sample/src/main/swift/Sources/SampleAppCore/SampleReference.swift
@@ -80,7 +80,7 @@ public class SampleReference {
80
81
public func funcWithNil() -> SampleValue? {
82
delegate?.setSampleValue(value: nil)
83
- return try! delegate?.funcWithNil()
+ return delegate?.funcWithNil()
84
}
85
86
public func floatCheck(_ float: Float) -> Float {
0 commit comments