Add newline to treechangeproto

This commit is contained in:
mcrakhman 2023-03-10 16:52:30 +01:00 committed by Mikhail Iudin
parent 831ac5150a
commit 1ffb1b60df
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -101,4 +101,4 @@ message TreeErrorResponse {
message TreeChangeInfo {
string changeType = 1;
bytes changePayload = 2;
}
}