Skip to content

Commit 6046327

Browse files
committed
adding an extra space
1 parent c61f72e commit 6046327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Cli/Test.Framework/Assertions/CommandResultExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace Azure.Functions.Cli.TestFramework.Assertions
88
{
99
public static class CommandResultExtensions
1010
{
11+
1112
public static CommandResultAssertions Should(this CommandResult commandResult) => new(commandResult);
1213
}
1314
}

0 commit comments

Comments
 (0)