AAPT2: Fix debugging output

Test: manual
Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da
This commit is contained in:
Adam Lesinski
2017-11-16 16:58:02 -08:00
parent 9352e47db4
commit 5a217b052d

View File

@@ -218,6 +218,7 @@ class ValueBodyPrinter : public ConstValueVisitor {
if (attr.id) {
printer_->Print(attr.id.value().to_string());
}
printer_->Println();
}
}