Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Aug 3, 2020
1 parent 6ce6845 commit ebb3aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/printer/text_printer.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ class TextPrinter {
doc << "#[metadata]" << Doc::NewLine() << meta_.GetMetaSection();
} else if (show_warning_) {
doc << "/* For debugging purposes the metadata section has been omitted." << Doc::NewLine()
<< " * If you would like to see the full metadata section you can set the " << Doc::NewLine()
<< " * option to `True` when invoking `astext`. " << Doc::NewLine()
<< " * If you would like to see the full metadata section you can set the "
<< Doc::NewLine() << " * option to `True` when invoking `astext`. " << Doc::NewLine()
<< " */";
}
}
}
return doc;
}
Expand Down

0 comments on commit ebb3aa7

Please sign in to comment.