From c34081c514383e561b06b59ea697e31142361f2d Mon Sep 17 00:00:00 2001 From: FL-OZ Date: Mon, 4 May 2020 00:25:41 -0500 Subject: [PATCH] revert sharedlathecomponent to master --- .../GameObjects/Components/Research/SharedLatheComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/GameObjects/Components/Research/SharedLatheComponent.cs b/Content.Shared/GameObjects/Components/Research/SharedLatheComponent.cs index 6b290d551d..dabae088fb 100644 --- a/Content.Shared/GameObjects/Components/Research/SharedLatheComponent.cs +++ b/Content.Shared/GameObjects/Components/Research/SharedLatheComponent.cs @@ -1,4 +1,4 @@ -// Only unused on .NET Core due to KeyValuePair.Deconstruct +// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System;