Skip to content

Commit bd6fdcd

Browse files
committed
Removes duplicate leading trivia from UnsafeExprSyntax
1 parent 820501e commit bd6fdcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftOperators/OperatorTable+Folding.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ extension OperatorTable {
141141
if let unsafeExpr = lhs.as(UnsafeExprSyntax.self) {
142142
return ExprSyntax(
143143
UnsafeExprSyntax(
144-
leadingTrivia: unsafeExpr.leadingTrivia,
145144
unsafeExpr.unexpectedBeforeUnsafeKeyword,
146145
unsafeKeyword: unsafeExpr.unsafeKeyword,
147146
unsafeExpr.unexpectedBetweenUnsafeKeywordAndExpression,

0 commit comments

Comments
 (0)