diff --git a/src/blt/std/format.cpp b/src/blt/std/format.cpp index 0b467e9..713429a 100755 --- a/src/blt/std/format.cpp +++ b/src/blt/std/format.cpp @@ -277,7 +277,6 @@ std::vector blt::string::BinaryTreeFormatter::construct() lineLength = std::max(lineLength, v.length()); lines.push_back(createPadding(padLength) + v); maxLineLength = std::max(maxLineLength, lines.back().length()); - lastLineLength = lines.back().length(); } levels.pop(); if (!levels.empty())