Skip to content

Commit d75fd76

Browse files
committed
Fix alignment in terminal window
1 parent 574ea2d commit d75fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static BOOST_DECIMAL_NO_INLINE void test_boost_to_chars( std::vector<T> const& d
277277

278278
auto t2 = std::chrono::steady_clock::now();
279279

280-
std::cerr << " std::to_chars<" << std::left << std::setw(10) << type << ">, " << label << ", " << precision << ": " << std::setw( 10 ) << ( t2 - t1 ) / 1us << " us (s=" << s << ")\n";
280+
std::cerr << " std::to_chars<" << std::left << std::setw(10) << type << " >, " << label << ", " << precision << ": " << std::setw( 10 ) << ( t2 - t1 ) / 1us << " us (s=" << s << ")\n";
281281
}
282282

283283

0 commit comments

Comments
 (0)