diff --git a/task/task.proto b/task/task.proto index e7b7927..cbb8639 100644 --- a/task/task.proto +++ b/task/task.proto @@ -16,4 +16,7 @@ message TaskList { service Task { rpc requestTask(Empty) returns (TaskList) {} -} \ No newline at end of file +} + + +// \ No newline at end of file