Skip to content

Commit bb496b2

Browse files
committed
Make Parser final
1 parent 29d8a5f commit bb496b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcbeautifyLib/Parser.swift

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

3-
package class Parser {
3+
package final class Parser {
44
private lazy var captureGroupTypes: [any CaptureGroup.Type] = [
55
AnalyzeCaptureGroup.self,
66
BuildTargetCaptureGroup.self,

0 commit comments

Comments
 (0)