swiftlint autocorrect

This commit is contained in:
Roman Podymov
2019-09-23 09:44:06 +02:00
committed by GitHub
parent c190fba8bc
commit a275d666cf
+1 -1
View File
@@ -1007,7 +1007,7 @@ extension Target {
var shouldEmbedDependencies: Bool {
return type.isApp || type.isTest
}
var shouldEmbedCarthageDependencies: Bool {
return (type.isApp && platform != .watchOS)
|| type == .watch2Extension