Fix some swiftlint issues.

This commit is contained in:
Brent Simmons 2025-01-22 21:40:58 -08:00
parent 674dbb5bc3
commit 9ff788d69f

View File

@ -10,16 +10,6 @@ import XCTest
class NetNewsWire_iOSTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
@ -31,5 +21,4 @@ class NetNewsWire_iOSTests: XCTestCase {
// Put the code you want to measure the time of here.
}
}
}