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 3578807 commit 97598b5Copy full SHA for 97598b5
Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift
@@ -26,8 +26,7 @@ final class ValueGenericsTests: PrettyPrintTestCase {
26
assertPrettyPrintEqual(
27
input: input,
28
expected: expected,
29
- linelength: 20,
30
- experimentalFeatures: [.valueGenerics]
+ linelength: 20
31
)
32
}
33
@@ -51,8 +50,7 @@ final class ValueGenericsTests: PrettyPrintTestCase {
51
50
52
53
54
- linelength: 15,
55
+ linelength: 15
56
57
58
0 commit comments