From 0bba89a7858ce091f485e04284f853e1f7f304af Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 6 Aug 2023 17:21:45 +0100 Subject: Reformat --- code/ui/phase/PhaseInfo.razor | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'code/ui/phase/PhaseInfo.razor') diff --git a/code/ui/phase/PhaseInfo.razor b/code/ui/phase/PhaseInfo.razor index 4509259..7c95da5 100644 --- a/code/ui/phase/PhaseInfo.razor +++ b/code/ui/phase/PhaseInfo.razor @@ -1,8 +1,6 @@ -@using Sandbox; -@using Sandbox.UI; - @namespace MurderGame -@inherits Panel +@using Sandbox.UI +@inherits Sandbox.UI.Panel @attribute [StyleSheet]
@@ -16,8 +14,8 @@ return MurderGame.Instance.CurrentPhase; } - protected override int BuildHash() - { - return GetPhase().GetHashCode(); + protected override int BuildHash() + { + return GetPhase().GetHashCode(); } -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2