Skip to content

Commit a62e52e

Browse files
Apply suggestions from code review
Co-authored-by: Luciano Almeida <[email protected]>
1 parent 1e98c41 commit a62e52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
let callKitRemoteInfo = CallKitRemoteInfo()
8080
callKitRemoteInfo.displayName = "CALL_TO_PHONENUMBER_BY_APP"
8181
callKitRemoteInfo.cxHandle = CXHandle(type: .generic, value: "VALUE_TO_CXHANDLE")
82-
return callKitRemoteInfo;
82+
return callKitRemoteInfo
8383
}
8484
```
8585

0 commit comments

Comments
 (0)