Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Feb 1, 2023
1 parent 71e0078 commit 6922f42
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public class Test

[DataTestMethod]
// All attribute targets of [Obsolete]
[DataRow("Private field As Boolean")] // AttributeTargets.Field
[DataRow("Private field As Boolean")] // AttributeTargets.Field
[DataRow("Event SomeEvent As EventHandler")] // AttributeTargets.Event
[DataRow("Property Prop As Boolean")] // AttributeTargets.Property
[DataRow("""
Expand Down

0 comments on commit 6922f42

Please sign in to comment.