diff --git a/Content.Shared/_DV/Clothing/Components/HeavyClothingComponent.cs b/Content.Shared/_DV/Clothing/Components/HeavyClothingComponent.cs index eaaf5a8197..c103903770 100644 --- a/Content.Shared/_DV/Clothing/Components/HeavyClothingComponent.cs +++ b/Content.Shared/_DV/Clothing/Components/HeavyClothingComponent.cs @@ -1,4 +1,4 @@ -using Content.Shared.Alert; +using Content.Shared.Alert; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; diff --git a/Content.Shared/_DV/Clothing/Systems/HeavyClothingSystem.cs b/Content.Shared/_DV/Clothing/Systems/HeavyClothingSystem.cs index 711b62d16c..494320ee32 100644 --- a/Content.Shared/_DV/Clothing/Systems/HeavyClothingSystem.cs +++ b/Content.Shared/_DV/Clothing/Systems/HeavyClothingSystem.cs @@ -1,4 +1,4 @@ -using Content.Shared._DV.Clothing.Components; +using Content.Shared._DV.Clothing.Components; using Content.Shared.Alert; using Content.Shared.Atmos.Components; using Content.Shared.Clothing;