Removed trailing white characters

This commit is contained in:
Milos Gajdos 2019-08-01 13:32:55 +01:00
parent cdf0f14d58
commit 2720c6f28e
No known key found for this signature in database
GPG Key ID: 8B31058CC55DFD4F

View File

@ -11,7 +11,7 @@ service Router {
rpc Status(Request) returns (StatusResponse) {};
}
service Table {
service Table {
rpc Create(Route) returns (CreateResponse) {};
rpc Delete(Route) returns (DeleteResponse) {};
rpc Update(Route) returns (UpdateResponse) {};