From bc5986a7ed1e26aa8f7466c238e8ac985b46c6ee Mon Sep 17 00:00:00 2001 From: Chaerim Date: Sun, 28 Jan 2024 15:14:43 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=8C=8C=EC=9D=BC=20=EB=A7=88?= =?UTF-8?q?=EC=A7=80=EB=A7=89=EC=97=90=20=EC=A4=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/sentence.proto | 2 +- proto/sentence_feedback.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/sentence.proto b/proto/sentence.proto index 2f6e266..1c0f6b1 100644 --- a/proto/sentence.proto +++ b/proto/sentence.proto @@ -13,4 +13,4 @@ message GetSentenceRequest { message GetSentenceResponse { SentenceDTO sentence = 1; -} \ No newline at end of file +} diff --git a/proto/sentence_feedback.proto b/proto/sentence_feedback.proto index f4f4ca8..47a25d0 100644 --- a/proto/sentence_feedback.proto +++ b/proto/sentence_feedback.proto @@ -18,4 +18,4 @@ message GetSentenceFeedbackRequest { message GetSentenceFeedbackResponse { SentenceFeedbackDTO feedback = 1; -} \ No newline at end of file +}