Skip to content

Commit 0f7ba9a

Browse files
committed
TestIndexPath: Add trailing comma to last test entry.
1 parent c0bac19 commit 0f7ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestIndexPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TestIndexPath: XCTestCase {
5959
("test_AnyHashableCreatedFromNSIndexPath", test_AnyHashableCreatedFromNSIndexPath),
6060
("test_unconditionallyBridgeFromObjectiveC", test_unconditionallyBridgeFromObjectiveC),
6161
("test_slice_1ary", test_slice_1ary),
62-
("test_copy", test_copy)
62+
("test_copy", test_copy),
6363
]
6464
}
6565

0 commit comments

Comments
 (0)