Skip to content

Commit 3c7ba5b

Browse files
committed
add trailing empty line
Signed-off-by: Alex.F <[email protected]>
1 parent c811157 commit 3c7ba5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tikv-client-proto/proto/coprocessor_v2.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ message RawCoprocessorResponse {
3030
// Error message for cases like if no coprocessor with a matching name is found
3131
// or on a version mismatch between plugin_api and the coprocessor.
3232
string other_error = 4;
33-
}
33+
}

tikv-client-proto/proto/tikvpb.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ message BatchCommandsEmptyRequest {
225225
message BatchCommandsEmptyResponse {
226226
// ID of the test request.
227227
uint64 test_id = 1;
228-
}
228+
}

0 commit comments

Comments
 (0)