Skip to content

Commit

Permalink
Make a caseless enum (apollographql/apollo-ios-dev#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam authored and gh-action-runner committed Feb 13, 2024
1 parent da1ffac commit 33306e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Apollo/GraphQLResultNormalizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import Foundation
import ApolloAPI
#endif

struct ResultNormalizerFactory {
private init() {}
enum ResultNormalizerFactory {

static func selectionSetDataNormalizer() -> SelectionSetDataResultNormalizer {
SelectionSetDataResultNormalizer()
Expand Down

0 comments on commit 33306e4

Please sign in to comment.