Skip to content

Commit 03c513e

Browse files
committed
Add missing final newlines
1 parent 6fff830 commit 03c513e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

proto/velorum/velorum.flow.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ message FlowResponse {
2424

2525
service FlowService {
2626
rpc Flow (FlowRequest) returns (FlowResponse) {}
27-
}
27+
}

proto/velorum/velorum.prompt.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ message PromptResponse {
2323

2424
service PromptService {
2525
rpc Prompt (PromptRequest) returns (PromptResponse) {}
26-
}
26+
}

0 commit comments

Comments
 (0)