Enable SwiftLint rule 'trailing_closure' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-05 23:15:29 +02:00 committed by Mingshen Sun
parent 937019d6e8
commit 0317f5a83b
5 changed files with 6 additions and 6 deletions

View file

@ -163,7 +163,7 @@ whitelist_rules:
- syntactic_sugar
- todo
- toggle_bool
# - trailing_closure
- trailing_closure
# - trailing_comma
- trailing_newline
- trailing_semicolon