Skip to content

Commit 47ad39d

Browse files
committed
Fix syntax error
1 parent 6200767 commit 47ad39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/Attributes/DisplayAttributeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public enum UserType
2323
[DisplayAttribute("editor")]
2424
Editor = 2,
2525
[DisplayAttribute("publisher")]
26-
Publisher = 3
26+
Publisher = 3,
2727
[DisplayAttribute("all")]
2828
All = Admin | Editor | Publisher
2929
}

0 commit comments

Comments
 (0)