diff options
Diffstat (limited to 'tests/hawd/formatter.cpp')
-rw-r--r-- | tests/hawd/formatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hawd/formatter.cpp b/tests/hawd/formatter.cpp index 4221b03..e38df35 100644 --- a/tests/hawd/formatter.cpp +++ b/tests/hawd/formatter.cpp | |||
@@ -48,7 +48,7 @@ void Formatter::print(Dataset &dataset, const QStringList &cols) | |||
48 | [cols, &rows](const Dataset::Row &row) { | 48 | [cols, &rows](const Dataset::Row &row) { |
49 | rows.insert(row.key(), row.toString()); | 49 | rows.insert(row.key(), row.toString()); |
50 | }); | 50 | }); |
51 | for (const auto &s : rows.values().mid(rows.size() - 10)) { | 51 | for (const auto &s : rows.values().mid(rows.size() - 3)) { |
52 | std::cout << s.toStdString() << std::endl; | 52 | std::cout << s.toStdString() << std::endl; |
53 | } | 53 | } |
54 | } | 54 | } |