Add support for HDRhistogram
[csit.git] / resources / tools / presentation / generator_plots.py
index 1179a0a..d43663f 100644 (file)
@@ -296,7 +296,7 @@ def plot_latency_error_bars_name(plot, input_data):
             for test in build:
                 try:
                     logging.debug("test['latency']: {0}\n".
-                                 format(test["latency"]))
+                                  format(test["latency"]))
                 except ValueError as err:
                     logging.warning(repr(err))
                 if y_tmp_vals.get(test["parent"], None) is None: