Skip to content

Commit

Permalink
style: 파일 마지막에 줄 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
C-limlim committed Jan 28, 2024
1 parent 43e5e7f commit bc5986a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/sentence.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ message GetSentenceRequest {

message GetSentenceResponse {
SentenceDTO sentence = 1;
}
}
2 changes: 1 addition & 1 deletion proto/sentence_feedback.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ message GetSentenceFeedbackRequest {

message GetSentenceFeedbackResponse {
SentenceFeedbackDTO feedback = 1;
}
}

0 comments on commit bc5986a

Please sign in to comment.