mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -91,7 +91,7 @@ std::string& SimpleRowFormatter::formatValues(const ValueVec& vals, std::string&
|
||||
if (it != vals.begin()) str << space;
|
||||
if (it->isNumeric())
|
||||
{
|
||||
str << std::right
|
||||
str << std::right
|
||||
<< std::fixed
|
||||
<< std::setprecision(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user