diff --git a/PerformanceTests/PerformanceTests.swift b/PerformanceTests/PerformanceTests.swift index 4772be2e..4f02cedc 100644 --- a/PerformanceTests/PerformanceTests.swift +++ b/PerformanceTests/PerformanceTests.swift @@ -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) }