From 3eb53dc62e88ae6f4e4c00ec12e76f43737d6f0b Mon Sep 17 00:00:00 2001 From: "ANDRE-PC\\ital-" Date: Sat, 24 Feb 2024 15:26:28 -0500 Subject: [PATCH] minor sorting of using --- Nhl.Api.Domain/Models/Game/GoalieSeasonGameLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nhl.Api.Domain/Models/Game/GoalieSeasonGameLog.cs b/Nhl.Api.Domain/Models/Game/GoalieSeasonGameLog.cs index 638b91f4..e1445e9e 100644 --- a/Nhl.Api.Domain/Models/Game/GoalieSeasonGameLog.cs +++ b/Nhl.Api.Domain/Models/Game/GoalieSeasonGameLog.cs @@ -1,6 +1,6 @@ using Newtonsoft.Json; -using System.Collections.Generic; using Nhl.Api.Models.Team; +using System.Collections.Generic; namespace Nhl.Api.Models.Game;