We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f8e664 + b77a054 commit 095c7d3Copy full SHA for 095c7d3
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