From 4955269dcc26f08c91ed107e17a0ba4384c0a4e3 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Tue, 21 Nov 2017 19:29:34 -0600 Subject: [PATCH] Update indentation format of the proto file --- bolt/internal/internal.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bolt/internal/internal.proto b/bolt/internal/internal.proto index 807be92bd..ef37ceea6 100644 --- a/bolt/internal/internal.proto +++ b/bolt/internal/internal.proto @@ -36,11 +36,11 @@ message DashboardCell { } message Color { - string ID = 1; // ID is the unique id of the cell color - string Type = 2; // Type is how the color is used. Accepted (min,max,threshold) - string Hex = 3; // Hex is the hex number of the color - string Name = 4; // Name is the user-facing name of the hex color - string Value = 5; // Value is the data value mapped to this color + string ID = 1; // ID is the unique id of the cell color + string Type = 2; // Type is how the color is used. Accepted (min,max,threshold) + string Hex = 3; // Hex is the hex number of the color + string Name = 4; // Name is the user-facing name of the hex color + string Value = 5; // Value is the data value mapped to this color } message Axis {