Skip to content

Commit 2f2611d

Browse files
style(proto): sort imports in reporting.proto
Signed-off-by: tomni <thomas.nicolai@frequenz.com>
1 parent 1087bb0 commit 2f2611d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

proto/frequenz/api/reporting/v1alpha10/reporting.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ syntax = "proto3";
1212

1313
package frequenz.api.reporting.v1alpha10;
1414

15-
import "google/protobuf/timestamp.proto";
16-
1715
import "frequenz/api/common/v1alpha8/types/interval.proto";
1816
import "frequenz/api/common/v1alpha8/metrics/metrics.proto";
1917
import "frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto";
2018
import "frequenz/api/common/v1alpha8/microgrid/microgrid.proto";
2119
import "frequenz/api/common/v1alpha8/microgrid/sensors/sensors.proto";
20+
import "google/protobuf/timestamp.proto";
2221

2322
// The Reporting service provides access to historical and real-time telemetry
2423
// data from microgrids.

0 commit comments

Comments
 (0)