diff --git a/BusinessLogic/Tournament.cs b/BusinessLogic/Tournament.cs index c59e068..1600b22 100644 --- a/BusinessLogic/Tournament.cs +++ b/BusinessLogic/Tournament.cs @@ -12,7 +12,8 @@ namespace WebEMSim public Tournament() { - _id = System.Guid.NewGuid().ToString(); + _id = System.Guid.NewGuid() + .ToString(); _ranks = new Dictionary(); _matches = new Dictionary(); _groups = [];