mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
5 lines
229 B
Swift
5 lines
229 B
Swift
someController = SomeController(action: { [unowned self] in
|
|
self.value = true; self.actionCalled()
|
|
},
|
|
otherParameter: parameter)
|