Skip to content

Commit 47b5015

Browse files
dylansturgallevato
authored andcommitted
Discard newlines when sorting imports.
When the author inserts a newline between the `import` token and the imported path, that newline shouldn't be considered when sorting the paths.
1 parent 1fda398 commit 47b5015

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftFormatPrettyPrintTests/XCTestManifests.swift

-2
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ extension DifferentiationAttributeTests {
207207
// `swift test --generate-linuxmain`
208208
// to regenerate.
209209
static let __allTests__DifferentiationAttributeTests = [
210-
("testDerivative", testDerivative),
211210
("testDifferentiable", testDifferentiable),
212-
("testTranspose", testTranspose),
213211
]
214212
}
215213

0 commit comments

Comments
 (0)