fix indentation issue

This commit is contained in:
Matt Jaffee 2018-05-25 14:34:25 -05:00
parent 75e8a873b1
commit 4767ea7bad
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -10,7 +10,7 @@ message FrameMeta {
string CacheType = 3;
uint32 CacheSize = 4;
string TimeQuantum = 5;
repeated Field Fields = 7;
repeated Field Fields = 7;
}
message ImportResponse {