Skip to content

Commit caa8e61

Browse files
author
Sébastien Geiser
committed
Refactoring
1 parent e540509 commit caa8e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingSeb.Converters.Examples/ViewModel/TestsClasses.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace CodingSeb.Converters.Examples
2424
{
2525
internal class A
2626
{
27-
public int IntProperty { get; set; } = 0;
27+
public int IntProperty { get; set; }
2828
}
2929

3030
internal class B : A

0 commit comments

Comments
 (0)