Code formatiert
This commit is contained in:
@@ -27,7 +27,7 @@ namespace ReallifeGamemode.DataService.Logic
|
||||
|
||||
public string GenerateUserToken(User user)
|
||||
{
|
||||
if(user == null)
|
||||
if (user == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user