Code formatiert

This commit is contained in:
Lennart Kampshoff
2019-12-21 14:03:06 +01:00
parent c5f72c2ce5
commit ed95acc24d
56 changed files with 1771 additions and 1764 deletions

View File

@@ -69,7 +69,7 @@ namespace ReallifeGamemode.Server.Business
BusinessData data = GetData();
if(data == null)
if (data == null)
{
using (var dbContext = new DatabaseContext())
{
@@ -93,7 +93,7 @@ namespace ReallifeGamemode.Server.Business
public BusinessData GetData(DatabaseContext dbContext = null)
{
if(dbContext == null)
if (dbContext == null)
{
using (dbContext = new DatabaseContext())
{