We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 346c978 + 46c99da commit 766f2c8Copy full SHA for 766f2c8
Tests/SourceKitLSPTests/FormattingTests.swift
@@ -284,7 +284,6 @@ final class FormattingTests: XCTestCase {
284
let edits = try XCTUnwrap(response)
285
let formattedSource = apply(edits: edits, to: source)
286
287
- XCTAssert(edits.allSatisfy { $0.newText.allSatisfy(\.isWhitespace) })
288
XCTAssertEqual(
289
formattedSource,
290
#"""
0 commit comments