Update indentation format of the proto file

pull/2403/head
Chris Goller 2017-11-21 19:29:34 -06:00
parent fd93742dd7
commit 4955269dcc
1 changed files with 5 additions and 5 deletions

View File

@ -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 {