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/phase/PhaseInfo.razor | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'code/ui/phase/PhaseInfo.razor') diff --git a/code/ui/phase/PhaseInfo.razor b/code/ui/phase/PhaseInfo.razor index 74bf237..4509259 100644 --- a/code/ui/phase/PhaseInfo.razor +++ b/code/ui/phase/PhaseInfo.razor @@ -6,18 +6,18 @@ @attribute [StyleSheet]
- @GetPhase().Title + @GetPhase().Title
@code { - public BasePhase GetPhase() - { - return MurderGame.Instance.CurrentPhase; - } + public BasePhase GetPhase() + { + return MurderGame.Instance.CurrentPhase; + } - protected override int BuildHash() - { - return GetPhase().GetHashCode(); - } + protected override int BuildHash() + { + return GetPhase().GetHashCode(); + } } -- cgit v1.2.3-70-g09d2