Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
";" deletion
  • Loading branch information
mmrqs committed Jan 10, 2020
1 parent d2df919 commit 5f03529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OinkChat/Server/Handlers/LogHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private Message Signup(User claim)
{
return _data.AddUser(claim) ?
new DumbMessage("An account was created for user " + claim.Pseudo) :
new DumbMessage("The user " + claim.Pseudo + " already exists"); ;
new DumbMessage("The user " + claim.Pseudo + " already exists");
}

/// <summary>
Expand Down

0 comments on commit 5f03529

Please sign in to comment.