Skip to content

Commit d22a24d

Browse files
authored
Merge pull request swiftlang#203 from google/format-delete-open-brace-ws
Delete the OpenBraceWhitespace rule.
2 parents e56a218 + 6e54f85 commit d22a24d

File tree

3 files changed

+0
-117
lines changed

3 files changed

+0
-117
lines changed

Sources/SwiftFormatRules/OpenBraceWhitespace.swift

Lines changed: 0 additions & 71 deletions
This file was deleted.

Sources/swift-format/PopulatePipeline.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ func populate(_ pipeline: Pipeline) {
167167
SourceFileSyntax.self
168168
)
169169

170-
pipeline.addFormatter(
171-
OpenBraceWhitespace.self,
172-
for:
173-
TokenSyntax.self
174-
)
175-
176170
pipeline.addFormatter(
177171
OperatorWhitespace.self,
178172
for:

Tests/SwiftFormatRulesTests/OpenBraceWhitespaceTests.swift

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)