Skip to content

Commit

Permalink
format dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Sep 11, 2023
1 parent e5964af commit 2f9cf87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1723,10 +1723,10 @@ public void WritesGetterToFieldWithEnumSetParameter()
setup();
var codeEnumType = new CodeType
{
Name = "customEnum",
Name = "customEnum",
TypeDefinition = new CodeEnum
{
Name = "customEnumType",
Name = "customEnumType",
Flags = true
}
};
Expand Down

0 comments on commit 2f9cf87

Please sign in to comment.