Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 919ddd0

Browse files
authored
Fix new line from github.dev 🚀
1 parent 3e5a660 commit 919ddd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/posts/2017-06-02-swift-closure-syntax.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ myFunction { (parameters) -> returnType in
6464
```
6565

6666
There is also the possibility to use a shorthand for the parameter: you can call them using `$` followed by the index of
67-
the argument in the call. Last but not least, you can capture self and avoid retain cycle using `[unowned self]` before
68-
the parameters. Go and show to the world the power of closure in Swift!! :sunglasses:
67+
the argument in the call. Last but not least, you can capture self and avoid retain cycle using `[unowned self]` before the parameters. Go and show to the world the power of closure in Swift!! :sunglasses:

0 commit comments

Comments
 (0)