Skip to content

Commit 5d26cf5

Browse files
committed
Linting
1 parent b8aeb90 commit 5d26cf5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Tests/XcodeProjTests/Objects/Project/PBXProjectTests.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ final class PBXProjectTests: XCTestCase {
5050

5151
project.setTargetAttributes(["custom": "abc", "TestTargetID": .targetReference(testTarget)], target: target)
5252

53-
//When writing the project we need to account for any mutation of the object that may have occurred after being added to the project.
53+
// When writing the project we need to account for any mutation of the object that may have occurred after being added to the project.
5454
testTarget.reference.fix("test")
55-
55+
5656
let plist = try project.plistKeyAndValue(proj: PBXProj(), reference: "")
5757
let attributes = plist.value.dictionary?["attributes"]?.dictionary ?? [:]
5858

@@ -65,8 +65,7 @@ final class PBXProjectTests: XCTestCase {
6565
]
6666
XCTAssertEqual(attributes, expectedAttributes)
6767
}
68-
69-
68+
7069
func test_plistKeyAndValue_doesntReturnTargetAttributes_when_itsEmpty() throws {
7170
// Given
7271
let target = PBXTarget(name: "")

0 commit comments

Comments
 (0)