Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix comma violation codeReview
Browse files Browse the repository at this point in the history
  • Loading branch information
micheltlutz committed Dec 22, 2020
1 parent e5eae3c commit e4db130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/jumpperTests/CompositeElementsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ final class CompositeElementsTests: XCTestCase {
}

static var allTests = [
("testElement", testElement),
("testElement", testElement)
]
}
2 changes: 1 addition & 1 deletion Tests/jumpperTests/FactoryElementsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ final class FactoryElementsTests: XCTestCase {
}

static var allTests = [
("testElement", testElement),
("testElement", testElement)
]
}

0 comments on commit e4db130

Please sign in to comment.