Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed May 25, 2023
1 parent 3e381a3 commit 853b978
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Sources/ApolloCodegenLib/ApolloCodegen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,12 @@ public class ApolloCodegen {
}

/// Validates that there are no type conflicts within a SelectionSet
static private func validateTypeConflicts(for selectionSet: IR.SelectionSet,
with context: ConfigurationContext,
in containingObject: String,
including parentTypes: [String: String] = [:]) throws {
static private func validateTypeConflicts(
for selectionSet: IR.SelectionSet,
with context: ConfigurationContext,
in containingObject: String,
including parentTypes: [String: String] = [:]
) throws {
// Check for type conflicts resulting from singularization/pluralization of fields
var typeNamesByFormattedTypeName = [String: String]()

Expand Down

0 comments on commit 853b978

Please sign in to comment.