Skip to content

Commit

Permalink
removed unnecessary ()
Browse files Browse the repository at this point in the history
  • Loading branch information
Hutch79 committed Aug 20, 2024
1 parent 3e88905 commit 9e050c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void Test1()
// Ok, jokes aside. There will be unit tests which will be (hopefully) better than this.
// But currently there are none.

var user = new User()
var user = new User
{
Email = "[email protected]",
Username = "test",
Expand Down

0 comments on commit 9e050c1

Please sign in to comment.