Swiftlint correction

This commit is contained in:
Vlad 2020-01-20 15:51:44 +03:00
parent 5bdccd47d6
commit 2b3852a21a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ opt_in_rules:
# performance
- first_where
- last_where
- empty_string
- empty_count
@ -60,6 +59,7 @@ excluded:
- Carthage
- Pods
- Generated
- Localization
line_length: 128