mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
format code
This commit is contained in:
@@ -31,7 +31,6 @@ public struct ProjectSpec {
|
||||
public var bundleIdPrefix: String?
|
||||
|
||||
public init() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,7 +97,7 @@ extension ProjectSpec.Options: Equatable {
|
||||
|
||||
public static func ==(lhs: ProjectSpec.Options, rhs: ProjectSpec.Options) -> Bool {
|
||||
return lhs.carthageBuildPath == rhs.carthageBuildPath &&
|
||||
lhs.bundleIdPrefix == rhs.bundleIdPrefix
|
||||
lhs.bundleIdPrefix == rhs.bundleIdPrefix
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user