Skip to content

Commit 057b5ce

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios-codegen/' changes from b7623fc0..60a0fb7c
60a0fb7c fix: Multiline warning annotation line separator (#658) git-subtree-dir: apollo-ios-codegen git-subtree-split: 60a0fb7ce16fd6024d1b431db5cc3d4d7145f5ce
1 parent c395a55 commit 057b5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ApolloCodegenLib/Templates/SelectionSetTemplate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ struct SelectionSetTemplate {
295295
\(if: deprecatedArguments != nil && !deprecatedArguments.unsafelyUnwrapped.isEmpty, """
296296
\(deprecatedArguments.unsafelyUnwrapped.map { """
297297
\(field: $0.field, argument: $0.arg, warningReason: $0.reason)
298-
"""})
298+
"""}, separator: "\n")
299299
""")
300300
\(selectionsTemplate)
301301
"""

0 commit comments

Comments
 (0)