Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 21, 2024
1 parent 8fa8e1e commit d180c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ public enum Episode
{
NewHope,
Empire,
Jedi,
Jedi
}

// StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator
Expand Down Expand Up @@ -1604,7 +1604,7 @@ public partial interface IMultiProfileClient
public enum MultiProfileClientProfileKind
{
InMemory,
Default,
Default
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ public enum __TypeKind
/// <summary>
/// Indicates this type is a non-null. `ofType` is a valid field.
/// </summary>
NonNull,
NonNull
}

// StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public partial interface IStarWarsOnReviewSubCompletionClient
public enum StarWarsOnReviewSubCompletionClientProfileKind
{
InMemory,
Default,
Default
}
}

Expand Down

0 comments on commit d180c32

Please sign in to comment.