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.
FormatMode
Sendable
1 parent 248dcef commit b77a054Copy full SHA for b77a054
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