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:
parent
693d51cdac
commit
b20ed40a59
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue