Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9eba416

Browse files
Formatting code
1 parent ab2ddff commit 9eba416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/GitHub.InlineReviews.UnitTests/ViewModels/InlineCommentThreadViewModelTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class InlineCommentThreadViewModelTests
1616
public void CreatesComments()
1717
{
1818
var target = new InlineCommentThreadViewModel(
19-
Substitute.For<ICommentService>()
20-
, CreateSession(),
19+
Substitute.For<ICommentService>(),
20+
CreateSession(),
2121
CreateComments("Comment 1", "Comment 2"));
2222

2323
Assert.That(3, Is.EqualTo(target.Comments.Count));

0 commit comments

Comments
 (0)