Skip to content

Commit 7b299d9

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent be026f2 commit 7b299d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/StructuredQueriesMacros/SelectionMacro.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ extension SelectionMacro: MemberMacro {
280280

281281
let defaultValue: ExprSyntax? =
282282
binding.initializer.map(\.value.trimmed)
283-
// TODO: Revisit this with multi-column support.
284-
// ?? (columnQueryValueType?.isOptionalType == true ? ExprSyntax(NilLiteralExprSyntax()) : nil)
283+
// TODO: Revisit this with multi-column support.
284+
// ?? (columnQueryValueType?.isOptionalType == true ? ExprSyntax(NilLiteralExprSyntax()) : nil)
285285

286286
allColumns.append((identifier, columnQueryValueType, defaultValue))
287287
let decodedType = columnQueryValueType?.asNonOptionalType()

0 commit comments

Comments
 (0)