Skip to content

Commit 04fbfb8

Browse files
Fix indentation in example output of SensorData message
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 5a8dc4c commit 04fbfb8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

proto/frequenz/api/common/v1/microgrid/sensors/sensors.proto

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ message SensorMetricSample {
225225
// !!! example
226226
// Example output of a component data message:
227227
// ```
228-
// {
228+
// {
229229
// sensor_id: 13,
230230
// metric_samples: [
231231
// /* list of metrics for multiple timestamps */
@@ -247,9 +247,8 @@ message SensorMetricSample {
247247
// errors: [],
248248
// },
249249
// ]
250-
//
251-
// }
252-
// ```
250+
// }
251+
// ```
253252
message SensorData {
254253
// The ID of the microgrid sensors.
255254
uint64 sensor_id = 1;

0 commit comments

Comments
 (0)