Skip to content

Commit ff8e67b

Browse files
authored
Merge pull request #533 from segmentio/repo-sync
repo sync
2 parents 8725568 + 6f895ed commit ff8e67b

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)