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.
1 parent 016a0b1 commit 46c99daCopy full SHA for 46c99da
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