1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00

Format msg.fbs

This commit is contained in:
J2P 2018-09-08 07:59:02 +09:00 committed by Ryan Dahl
parent d814949896
commit 3deaf99a92

View file

@ -133,17 +133,17 @@ table TimerClear {
table Environ {} table Environ {}
table SetEnv { table SetEnv {
key: string; key: string;
value: string; value: string;
} }
table EnvironRes { table EnvironRes {
map: [EnvPair]; map: [EnvPair];
} }
table EnvPair { table EnvPair {
key: string; key: string;
value: string; value: string;
} }
table FetchReq { table FetchReq {