diff --git a/davis_one/davis.cpp b/davis_one/davis.cpp
index 26f70e6..12acf02 100644
--- a/davis_one/davis.cpp
+++ b/davis_one/davis.cpp
@@ -42,9 +42,9 @@ const char kJsUrlToDownolad[] =
} // namespace dvs end
namespace dvs {
-// *INDENT-OFF*
- const char kHtmlModel[] =
-R"(
+// *INDENT-OFF*
+const char kHtmlModel[] =
+ R"(
DAVIS
@@ -97,7 +97,7 @@ R"(
)";
- const char kColorMapDefaultPart[] = R"(
+const char kColorMapDefaultPart[] = R"(
colorscale: [
['0.0', 'rgb(165,0,38)'],
['0.111111111111', 'rgb(215,48,39)'],
@@ -111,8 +111,7 @@ R"(
['1.0', 'rgb(49,54,149)']
],)";
-
- const char kColorMapSunnyPart[] = R"(
+const char kColorMapSunnyPart[] = R"(
colorscale: [
['0.0', 'rgb(250, 134, 7)'],
['0.2', 'rgb(250, 150, 27)'],
@@ -122,7 +121,7 @@ R"(
['1.0', 'rgb(255, 245, 123)']
],)";
- const char kColorMapGlamourPart[] = R"(
+const char kColorMapGlamourPart[] = R"(
colorscale: [
['0.0', 'rgb(17,63,93)'],
['0.2', 'rgb(88,80,143)'],
@@ -132,7 +131,7 @@ R"(
['1.0', 'rgb(235,248,0)']
],)";
- const char kColorMapThermalPart[] = R"(
+const char kColorMapThermalPart[] = R"(
colorscale: [
['0.0', 'rgb(0,0,5)'],
['0.2', 'rgb(12,0,44)'],
@@ -142,34 +141,33 @@ R"(
['1.0', 'rgb(255,213,0)']
],)";
-
- const char kColorMapGrayscalePart[] = R"(
+const char kColorMapGrayscalePart[] = R"(
colorscale: [
['0.0', 'rgb(0,0,0)'],
['1.0', 'rgb(255, 255, 255)']
],)";
- const char kColorMapYlGnBuPart[] = R"(
+const char kColorMapYlGnBuPart[] = R"(
colorscale: 'YlGnBu',
)";
- const char kColorMapJetPart[] = R"(
+const char kColorMapJetPart[] = R"(
colorscale: 'Jet',
)";
- const char kColorMapHotPart[] = R"(
+const char kColorMapHotPart[] = R"(
colorscale: 'Hot',
)";
- const char kColorMapElectricPart[] = R"(
+const char kColorMapElectricPart[] = R"(
colorscale: 'Electric',
)";
- const char kColorMapPortlandPart[] = R"(
+const char kColorMapPortlandPart[] = R"(
colorscale: 'Portland',
)";
- const char kHeatMapTypePart[] = R"(
+const char kHeatMapTypePart[] = R"(
type: 'heatmap',
hovertemplate: 'x:%{x}
y:%{y}
val:%{z:.}',
colorbar: {
@@ -313,8 +311,6 @@ For any questions please contact