From 4fe7f593132e1f6f551dc42e911472977dcd902f Mon Sep 17 00:00:00 2001 From: KimBeomJin Date: Mon, 9 Jan 2023 23:00:05 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20(#286)=20=EC=A4=84=EB=B0=94?= =?UTF-8?q?=EA=BF=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comit/simtong/domain/menu/usecase/QueryMenuByMonthUseCase.kt | 1 - .../comit/simtong/domain/menu/usecase/QueryPublicMenuUseCase.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryMenuByMonthUseCase.kt b/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryMenuByMonthUseCase.kt index 26e3592b..b3114aff 100644 --- a/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryMenuByMonthUseCase.kt +++ b/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryMenuByMonthUseCase.kt @@ -32,5 +32,4 @@ class QueryMenuByMonthUseCase( return MenuResponse(result) } - } \ No newline at end of file diff --git a/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryPublicMenuUseCase.kt b/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryPublicMenuUseCase.kt index b66aebd1..3412b3c3 100644 --- a/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryPublicMenuUseCase.kt +++ b/simtong-application/src/main/kotlin/team/comit/simtong/domain/menu/usecase/QueryPublicMenuUseCase.kt @@ -25,5 +25,4 @@ class QueryPublicMenuUseCase( return MenuResponse(result) } - } \ No newline at end of file