fix formatting

This commit is contained in:
Ed Hennis
2026-04-13 20:11:32 -04:00
parent eebff3ece2
commit 1fcde8ac28

View File

@@ -716,8 +716,8 @@ public:
{
auto const nodeObject = ns.fetchNodeObject(hash);
std::stringstream ss;
ss << "minSeq: " << minSeq << ", maxSeq: " << maxSeq << ", search: " << seq << ". Should "
<< (seq < minSeq ? "NOT " : "") << "be found";
ss << "minSeq: " << minSeq << ", maxSeq: " << maxSeq << ", search: " << seq
<< ". Should " << (seq < minSeq ? "NOT " : "") << "be found";
if (seq < minSeq)
BEAST_EXPECTS(!nodeObject, ss.str());
else