-
Couldn't load subscription status.
- Fork 0
closure_spacing
Ian Applebaum edited this page Jun 13, 2020
·
1 revision
Closure expressions should have a single space inside each brace.
- Identifier: closure_spacing
- Enabled by default: Disabled
- Supports autocorrection: Yes
- Kind: style
- Analyzer rule: No
- Minimum Swift compiler version: 3.0.0
- Default configuration: warning
[].map ({ $0.description })[].filter { $0.contains(location) }extension UITableViewCell: ReusableView { }extension UITableViewCell: ReusableView {}[].filter(↓{$0.contains(location)})[].map(↓{$0})(↓{each in return result.contains(where: ↓{e in return e}) }).countfilter ↓{ sorted ↓{ $0 < $1}}