summaryrefslogtreecommitdiff
path: root/msg.proto
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 21:47:39 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 21:47:39 -0400
commit8a7ac7f4f3aacfe322732c616c7622c79db9fae3 (patch)
tree38e68c1e3398330d0d5ab4e04a50ced22dd4a75e /msg.proto
parent471a4f461a608179cead961a5f4240c302d4a5d1 (diff)
Run clang-format on msg.proto
Diffstat (limited to 'msg.proto')
-rw-r--r--msg.proto9
1 files changed, 4 insertions, 5 deletions
diff --git a/msg.proto b/msg.proto
index fcbd9bcbc..0d73dca66 100644
--- a/msg.proto
+++ b/msg.proto
@@ -1,7 +1,6 @@
syntax = "proto3";
package main;
-
message Msg {
enum MsgKind {
START = 0;
@@ -12,14 +11,14 @@ message Msg {
MsgKind kind = 10;
// START
- string cwd = 11;
- repeated string argv = 12;
+ string cwd = 11;
+ repeated string argv = 12;
// READ_FILE_SYNC
- string path = 20;
+ string path = 20;
// DATA_RESPONSE
- bytes data = 30;
+ bytes data = 30;
string error = 31;
// EXIT