Skip to content

Commit 258d95d

Browse files
author
Nate Koenig
committed
Fix build
Signed-off-by: Nate Koenig <nate@openrobotics.org>
1 parent 530ca4f commit 258d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/ignition/msgs/statistic.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ message Statistic
4040
/// \brief A maximum value is represented.
4141
MAXIMUM = 3;
4242
/// \brief A variance is represented.
43-
VARIANCE = 4
43+
VARIANCE = 4;
4444
/// \brief A standard deviation is represented.
4545
STDDEV = 5;
4646
/// \brief A sample count is represented.

0 commit comments

Comments
 (0)