From 850e21690395d0fc1a81722642602d0cecccc159 Mon Sep 17 00:00:00 2001 From: Magne Helleborg Date: Mon, 11 Mar 2024 12:35:34 +0100 Subject: [PATCH] Cleanup --- Specifications/Common/Class1.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Specifications/Common/Class1.cs diff --git a/Specifications/Common/Class1.cs b/Specifications/Common/Class1.cs deleted file mode 100644 index d86dc0f8..00000000 --- a/Specifications/Common/Class1.cs +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) Dolittle. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -namespace Common; - -public class Class1 -{ -}