Fix performance tests

This commit is contained in:
Nick Lockwood
2025-07-08 10:49:58 +01:00
committed by Cal Stephens
parent d866f44049
commit f721aa68f4
+1 -1
View File
@@ -94,7 +94,7 @@ class PerformanceTests: XCTestCase {
elseOnNextLine: true,
explicitSelf: .insert,
experimentalRules: true,
breakLineAtEndOfTypes: true
typeBlankLines: .insert
)
measure {
_ = tokens.map { try! format($0, options: options) }