1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixed indention

This commit is contained in:
Steffen Vogel 2018-11-22 09:23:37 +02:00
parent 693d51cdac
commit b20ed40a59

View file

@ -50,7 +50,7 @@ message Timestamp {
message Value {
oneof value {
double f = 1; // Floating point values.
int64 i = 2; // Integer values.
int64 i = 2; // Integer values.
bool b = 3; // Boolean values.
Complex z = 4; // Complex values.
}