Fix missing newline in layout dump

This commit is contained in:
Marcus Holland-Moritz 2020-12-08 13:05:54 +01:00
parent 9725b8fc61
commit a629dad243

View File

@ -91,6 +91,7 @@ void analyze_frozen(std::ostream& os,
auto layout = meta.findFirstOfType<
std::unique_ptr<Layout<thrift::metadata::metadata>>>();
(*layout)->print(os, 0);
os << '\n';
}
} // namespace