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 +}