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 aec41dd commit e0bbba8Copy full SHA for e0bbba8
Tests/SwiftFormatPrettyPrintTests/XCTestManifests.swift
@@ -136,6 +136,7 @@ extension ClosureExprTests {
136
("testClosureArgumentsWithTrailingClosure", testClosureArgumentsWithTrailingClosure),
137
("testClosureCapture", testClosureCapture),
138
("testClosureCaptureWithoutArguments", testClosureCaptureWithoutArguments),
139
+ ("testClosureOutputGrouping", testClosureOutputGrouping),
140
("testClosuresWithIfs", testClosuresWithIfs),
141
("testClosureVariables", testClosureVariables),
142
("testTrailingClosure", testTrailingClosure),
0 commit comments