aboutsummaryrefslogtreecommitdiff
path: root/utils/tabulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tabulator.py')
-rw-r--r--utils/tabulator.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/tabulator.py b/utils/tabulator.py
index 6653a0f9..23bbca22 100644
--- a/utils/tabulator.py
+++ b/utils/tabulator.py
@@ -1,4 +1,3 @@
-
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -1162,8 +1161,7 @@ def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE):
tg = TableGenerator(runs, labels, TableGenerator.SORT_BY_VALUES_DESC)
table = tg.GetTable()
columns = [Column(LiteralResult(), Format(), 'Literal'),
- Column(AmeanResult(), Format()),
- Column(StdResult(), Format()),
+ Column(AmeanResult(), Format()), Column(StdResult(), Format()),
Column(CoeffVarResult(), CoeffVarFormat()),
Column(NonEmptyCountResult(), Format()),
Column(AmeanRatioResult(), PercentFormat()),