We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aadfa9a + 1cf2077 commit ed23a17Copy full SHA for ed23a17
Sources/SwiftSyntaxMacros/MacroProtocols/Macro+Format.swift
@@ -11,7 +11,7 @@
11
//===----------------------------------------------------------------------===//
12
13
/// Describes the mode to use to format the result of an expansion.
14
-public enum FormatMode {
+public enum FormatMode: Sendable {
15
/// Perform a basic format of the expansion. This is primarily for inserting
16
/// whitespace as required (eg. between two keywords), but also adds simple
17
/// newline and indentation.
0 commit comments