Fix missing newline

This commit is contained in:
Matt Borland
2026-04-30 15:11:07 -04:00
parent 4bcbc70a44
commit 9bd84a2ba8
+1 -1
View File
@@ -19,4 +19,4 @@ int main()
BOOST_CHECK(mutable_value.backend().value() == mutable_value.backend().data());
return boost::report_errors();
}
}