mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
Fix performance tests
This commit is contained in:
committed by
Cal Stephens
parent
d866f44049
commit
f721aa68f4
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user