summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ2P <jjp5023@gmail.com>2018-09-08 07:59:02 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-09-07 20:36:18 -0400
commit3deaf99a92aeea347e1530f309fd4b226e9677d3 (patch)
tree0b6546f510903cd6fb89f913ab1a7c2870e403df
parentd814949896c9d0dcb61b561f6674a5d4d8298c6a (diff)
Format msg.fbs
-rw-r--r--src/msg.fbs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index e28e5559b..6807a44f8 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -133,17 +133,17 @@ table TimerClear {
table Environ {}
table SetEnv {
- key: string;
- value: string;
+ key: string;
+ value: string;
}
table EnvironRes {
- map: [EnvPair];
+ map: [EnvPair];
}
table EnvPair {
- key: string;
- value: string;
+ key: string;
+ value: string;
}
table FetchReq {