Skip to content

Commit

Permalink
Removed trailing white characters
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Aug 1, 2019
1 parent cdf0f14 commit 2720c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/router/proto/router.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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) {};
Expand Down

0 comments on commit 2720c6f

Please sign in to comment.