Skip to content

Commit b881bd3

Browse files
committed
Mark IntegerLiteralExprSyntax.Radix as Sendable
1 parent 3301d33 commit b881bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftRefactor/IntegerLiteralUtilities.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import SwiftSyntax
1717
#endif
1818

1919
extension IntegerLiteralExprSyntax {
20-
public enum Radix {
20+
public enum Radix: Sendable {
2121
case binary
2222
case octal
2323
case decimal

0 commit comments

Comments
 (0)