From acf03e1207b1a5c7f733f31de31846bc77053b19 Mon Sep 17 00:00:00 2001
From: Waleed Akbar <wakbar@cttc.es>
Date: Wed, 24 Apr 2024 16:19:36 +0000
Subject: [PATCH] Improvements in file formatting

---
 proto/telemetry_frontend.proto | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/proto/telemetry_frontend.proto b/proto/telemetry_frontend.proto
index 93213628e..1f89a5d54 100644
--- a/proto/telemetry_frontend.proto
+++ b/proto/telemetry_frontend.proto
@@ -16,10 +16,10 @@ message CollectorId {
 }
 
 message Collector {
-  CollectorId collector_id = 1; // The Collector ID
-  kpi_manager.KpiId kpi_id = 2; // The KPI Id to be associated to the collected samples
-  float duration_s         = 3; // Terminate data collection after duration[seconds]; duration==0 means indefinitely
-  float interval_s         = 4; // Interval between collected samples
+  CollectorId collector_id = 1;     // The Collector ID
+  kpi_manager.KpiId kpi_id = 2;     // The KPI Id to be associated to the collected samples
+  float duration_s         = 3;     // Terminate data collection after duration[seconds]; duration==0 means indefinitely
+  float interval_s         = 4;     // Interval between collected samples
 }
 
 message CollectorFilter {
-- 
GitLab