Skip to content

Commit 8d14621

Browse files
gsscodermoh-hassan
authored andcommitted
Fixed indentation
1 parent ea4714b commit 8d14621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CommandLine.Tests/Unit/VerbAttributeTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace CommandLine.Tests
55
{
66
//Test localization of VerbAttribute
7-
public class VerbAttributeTests
7+
public class VerbAttributeTests
88
{
99
[Theory]
1010
[InlineData("", null, "")]
@@ -22,6 +22,7 @@ public static void VerbHelpText(string helpText, Type resourceType, string expec
2222

2323
Assert.Equal(expected, verbAttribute.HelpText);
2424
}
25+
2526
[Theory]
2627
[InlineData("HelpText", typeof(Fakes.NonStaticResource_WithNonStaticProperty))]
2728
[InlineData("WriteOnlyText", typeof(Fakes.NonStaticResource))]

0 commit comments

Comments
 (0)