Fix misplaced whitespace in info.proto (#91)

These cause warning when this is checked into the SDK which has formatting checks for proto files.
This commit is contained in:
Alexander Thomas 2021-08-11 10:15:32 +02:00 committed by GitHub
parent a055256934
commit 86ccc7749b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ message ProgramInfoPB {
/** The amount of time spent converting the info to protobuf in microseconds. */
int64 to_proto_duration = 6;
/** The amount of time spent writing out the serialized info in microseconds. */
int64 dump_info_duration = 7;
@ -155,7 +155,6 @@ message ClassInfoPB {
repeated string children_ids = 2;
}
/** Information about a constant value. */
message ConstantInfoPB {
/** The actual generated code for the constant. */