mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-30 02:20:10 +00:00
style(export): satisfy clang-format
This commit is contained in:
@@ -1774,8 +1774,7 @@ struct Export_test : public beast::unit_test::suite
|
||||
log << "XPOP null? " << xpopJson.isNull() << std::endl;
|
||||
BEAST_EXPECT(!xpopJson.isNull());
|
||||
|
||||
auto const nullJournal =
|
||||
beast::Journal{beast::Journal::getNullSink()};
|
||||
auto const nullJournal = beast::Journal{beast::Journal::getNullSink()};
|
||||
auto const vlInfo = getVLInfo(xpopJson, nullJournal);
|
||||
BEAST_EXPECT(vlInfo);
|
||||
if (vlInfo)
|
||||
|
||||
Reference in New Issue
Block a user