Skip to content

Commit c0a455a

Browse files
author
Anton Pogonets
committed
Dev: fix warning
1 parent 7b7ca06 commit c0a455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/main/swift/Sources/SampleAppCore/SampleReference.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class SampleReference {
8080

8181
public func funcWithNil() -> SampleValue? {
8282
delegate?.setSampleValue(value: nil)
83-
return try! delegate?.funcWithNil()
83+
return delegate?.funcWithNil()
8484
}
8585

8686
public func floatCheck(_ float: Float) -> Float {

0 commit comments

Comments
 (0)