From da4a8a0c50474ba737922486ef0c38954ebc0f65 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 20 May 2024 08:43:35 +0100 Subject: [PATCH] proper naming --- Speckle.InterfaceGenerator/Attributes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Speckle.InterfaceGenerator/Attributes.cs b/Speckle.InterfaceGenerator/Attributes.cs index b803e36..3d70ea1 100644 --- a/Speckle.InterfaceGenerator/Attributes.cs +++ b/Speckle.InterfaceGenerator/Attributes.cs @@ -40,6 +40,6 @@ namespace {AttributesNamespace} }} }} -#pragma warning enable IDE0005 +#pragma warning restore IDE0005 "; }