Skip to content

Commit 2271437

Browse files
committed
Update CaptureModifier.swift
1 parent ba1dadb commit 2271437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/CodeEditSourceEditor/Enums/CaptureModifier.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public enum CaptureModifier: Int8, CaseIterable, Sendable {
4444
}
4545
}
4646

47+
// swiftlint:disable:next cyclomatic_complexity
4748
public static func fromString(_ string: String) -> CaptureModifier? {
4849
switch string {
4950
case "declaration":

0 commit comments

Comments
 (0)