Skip to content

Commit d40d5da

Browse files
Remove extraneous whitespace between attribute name and '('
1 parent 30944f0 commit d40d5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ExpressionParser/ExpressionParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
@testable @_spi(RegexBuilder) import _StringProcessing
44

55
struct ExpressionParser {
6-
private (set) var tokens = [Token]()
6+
private(set) var tokens = [Token]()
77

88
private let pattern: String
99
private let insensitive: Bool

0 commit comments

Comments
 (0)