fix for updated swiftformat
This commit is contained in:
parent
b2a39d934d
commit
eb71e8b8d0
|
@ -40,9 +40,10 @@
|
||||||
blankLinesAtStartOfScope,\
|
blankLinesAtStartOfScope,\
|
||||||
andOperator, \
|
andOperator, \
|
||||||
redundantFileprivate, \
|
redundantFileprivate, \
|
||||||
redundantSelf
|
redundantSelf, \
|
||||||
|
redundantClosure, \
|
||||||
|
redundantType
|
||||||
|
|
||||||
--exclude Pods
|
--exclude Pods
|
||||||
|
|
||||||
--header "\nSwiftfin is subject to the terms of the Mozilla Public\nLicense, v2.0. If a copy of the MPL was not distributed with this\nfile, you can obtain one at https://mozilla.org/MPL/2.0/.\n\nCopyright (c) {year} Jellyfin & Jellyfin Contributors\n"
|
--header "\nSwiftfin is subject to the terms of the Mozilla Public\nLicense, v2.0. If a copy of the MPL was not distributed with this\nfile, you can obtain one at https://mozilla.org/MPL/2.0/.\n\nCopyright (c) {year} Jellyfin & Jellyfin Contributors\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue