File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/StructuredQueriesSQLiteMacros Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,12 @@ extension DatabaseFunctionMacro: PeerMacro {
226226
227227 return [
228228 """
229- nonisolated \( attributes) \( access) \( `static`) var $ \( raw: declarationName) : \( functionTypeName) {
229+ \( attributes) \( access) \( `static`) \( nonisolated ) var $ \( raw: declarationName) : \( functionTypeName) {
230230 \( functionTypeName) ( \( declaration. name. trimmed) )
231231 }
232232 """ ,
233233 """
234- nonisolated \( attributes) \( access) struct \( functionTypeName) : \
234+ \( attributes) \( access) \( nonisolated ) struct \( functionTypeName) : \
235235 StructuredQueriesSQLiteCore.ScalarDatabaseFunction {
236236 public typealias Input = \( raw: representableInputType)
237237 public typealias Output = \( representableOutputType)
You can’t perform that action at this time.
0 commit comments