Skip to content

Commit 1c12153

Browse files
Fixed class constructor curly brace format
1 parent 276df59 commit 1c12153

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/NSubstitute.Acceptance.Specs/ArgumentMatching.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,8 @@ public void Any_on_struct_with_default_constructor_should_work()
876876
public struct StructWithDefaultConstructor
877877
{
878878
public int Value { get; set; }
879-
public StructWithDefaultConstructor() {
879+
public StructWithDefaultConstructor()
880+
{
880881
Value = 42;
881882
}
882883
}

0 commit comments

Comments
 (0)