From da7057307e0125b37fe9b7aee9cdf212b14e82fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Fri, 5 Apr 2024 14:27:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Service/Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Service/Test.cs b/Server/Service/Test.cs index 440224a..23287ba 100644 --- a/Server/Service/Test.cs +++ b/Server/Service/Test.cs @@ -3,7 +3,7 @@ using Newtonsoft.Json; namespace Server.Service { - public class AwakeTest : AbstractService + public class AwakeTest : AbstractService { private AwakeTestReq req; public override string Process()