Skip to content

Commit a5fa3e9

Browse files
committed
Fix for failing tests
1 parent 2f8b56e commit a5fa3e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apollo-ios-codegen/Sources/ApolloCodegenLib/Templates/SelectionSetTemplate.swift

-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ struct SelectionSetTemplate {
584584
)
585585
\(if: isMutable,
586586
"""
587-
588587
get { _toFragment() }
589588
_modify { var f = \(propertyName); yield &f; \(
590589
if: isOptional,

0 commit comments

Comments
 (0)