From ebb8e7c6cbe787323e1de6bbfc6dafa4c6548466 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 17:08:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../_DV/Clothing/Components/HeavyClothingComponent.cs | 2 +- Content.Shared/_DV/Clothing/Systems/HeavyClothingSystem.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;