remove extra newline

release/4.3a0
Varun Agrawal 2023-11-20 13:58:52 -05:00
parent 7d7e83348d
commit cd5c13065b
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ void HybridGaussianFactorGraph::printErrors(
factor->print(ss.str(), keyFormatter);
std::cout << "error = ";
df->error().print("", keyFormatter);
std::cout << std::endl;
}
} else {