Skip to content

Commit 483907e

Browse files
committed
class -> static to make swiftlint happy
1 parent 3272dc9 commit 483907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/HistogramTests/HistogramDataAccessTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class HistogramDataAccessTests: XCTestCase {
3636
numberOfSignificantValueDigits: numberOfSignificantValueDigits
3737
)
3838

39-
override class func setUp() {
39+
override static func setUp() {
4040
// Log hypothetical scenario: 100 seconds of "perfect" 1msec results, sampled
4141
// 100 times per second (10,000 results), followed by a 100 second pause with
4242
// a single (100 second) recorded result. Recording is done indicating an expected

0 commit comments

Comments
 (0)