mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Everywhere: Remove accidental '\n' from various outln() invocations
Also convert outln(stderr, ...) to warnln(...)
This commit is contained in:
parent
43e7181ec8
commit
bf8fd4c193
4 changed files with 4 additions and 4 deletions
|
@ -1158,7 +1158,7 @@ void FunctionNode::dump(int indent, const String& class_name) const
|
|||
outln("{} '{}'", class_name, name());
|
||||
if (!m_parameters.is_empty()) {
|
||||
print_indent(indent + 1);
|
||||
outln("(Parameters)\n");
|
||||
outln("(Parameters)");
|
||||
|
||||
for (auto& parameter : m_parameters) {
|
||||
print_indent(indent + 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue