Skip to content

Commit fe5fa06

Browse files
committed
fixed swift syntax
1 parent bb36e92 commit fe5fa06

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/swift-ios

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class SomePlugin: Plugin {
235235
self.name = name
236236
}
237237

238-
override fun execute(event: BaseEvent): BaseEvent? {
238+
override func execute(event: BaseEvent): BaseEvent? {
239239
var workingEvent = event
240240
if var context = workingEvent?.context?.dictionaryValue {
241241
context[keyPath: "foo.bar"] = 12

0 commit comments

Comments
 (0)