Skip to content

Commit 93f46ce

Browse files
committed
Update formatting
1 parent 16de5e8 commit 93f46ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

osi_environment.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ message EnvironmentalConditions
2121
/// Temperature in degrees Kelvin
2222
optional double temperature = 4;
2323

24-
/// Precipitation
24+
/// Precipitation
2525
optional Precipitation precipitation = 5;
2626

27-
/// Definition of precipitation states. See https://en.wikipedia.org/wiki/Rain#Measurement
27+
/// Definition of precipitation states. See https://en.wikipedia.org/wiki/Rain#Measurement
2828
enum Precipitation
2929
{
30-
// Light intensity rain, when the precipitation rate is < 2.5 mm per hour
30+
/// Light intensity rain, when the precipitation rate is < 2.5 mm per hour
3131
PRECIPITATION_RAIN_LITTLE = 0;
3232

33-
// Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
33+
/// Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
3434
PRECIPITATION_RAIN_MEDIUM = 1;
3535

36-
// High intensity rain, when the precipitation rate is between 10 mm and 50 mm per hour
36+
/// High intensity rain, when the precipitation rate is between 10 mm and 50 mm per hour
3737
PRECIPITATION_RAIN_HIGH = 2;
3838

39-
// Violent intensity rain, when the precipitation rate is > 50 mm per hour
39+
/// Violent intensity rain, when the precipitation rate is > 50 mm per hour
4040
PRECIPITATION_RAIN_VIOLENT = 3;
4141
}
4242

0 commit comments

Comments
 (0)