print_matrix_on skip initial newline

This commit is contained in:
diego.mateos 2024-01-25 16:18:03 +01:00
parent eed8cf5a2f
commit 24123f3b06

View file

@ -266,7 +266,7 @@ namespace detail
if(fmt.formatted)
{
os << fmt.newline << fmt.delim_left;
os << /*fmt.newline <<*/ fmt.delim_left;
switch(fmt.order)
{
@ -409,7 +409,7 @@ namespace detail
if(fmt.formatted)
{
os << fmt.newline << fmt.delim_left;
os << /*fmt.newline <<*/ fmt.delim_left;
switch(fmt.order)
{