From 8b69e65e51507118b014a0426ae6f957b78a0707 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:30:22 +0100 Subject: Reformat --- code/ui/team/TeamInfo.razor | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'code/ui/team') diff --git a/code/ui/team/TeamInfo.razor b/code/ui/team/TeamInfo.razor index 18e1f7f..883dcf0 100644 --- a/code/ui/team/TeamInfo.razor +++ b/code/ui/team/TeamInfo.razor @@ -6,9 +6,9 @@ @@ -18,20 +18,20 @@ @code { - public string Colour { get; set; } + public string Colour { get; set; } - public string GetTeamName() - { - var ClientPawn = Game.LocalPawn; - if (ClientPawn is Player) - { - return TeamOperations.GetTeamName(((Player)ClientPawn).CurrentTeam); - } - return ""; - } + public string GetTeamName() + { + var ClientPawn = Game.LocalPawn; + if (ClientPawn is Player) + { + return TeamOperations.GetTeamName(((Player)ClientPawn).CurrentTeam); + } + return ""; + } - protected override int BuildHash() - { - return GetTeamName().GetHashCode(); - } + protected override int BuildHash() + { + return GetTeamName().GetHashCode(); + } } -- cgit v1.2.3-70-g09d2