Skip to content

Commit f6222e0

Browse files
committed
Fix code style
1 parent 5a154ca commit f6222e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/XcbeautifyLib/Formatter.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Foundation
22

33
package class Formatter {
4-
54
private let colored: Bool
65
private let renderer: OutputRendering
76
private let additionalLines: () -> String?

Sources/XcbeautifyLib/Parser.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Foundation
22

33
package class Parser {
4-
54
private lazy var captureGroupTypes: [CaptureGroup.Type] = [
65
AnalyzeCaptureGroup.self,
76
BuildTargetCaptureGroup.self,

0 commit comments

Comments
 (0)