We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c619dd commit b56e26aCopy full SHA for b56e26a
libyul/Object.cpp
@@ -72,7 +72,7 @@ std::string Object::toString(
72
for (auto const& obj: subObjects)
73
inner += "\n" + obj->toString(_dialect, _debugInfoSelection, _soliditySourceProvider);
74
75
- return useSrcComment + "object \"" + name.str() + "\" {\n" + indent(inner, true /* _indentEmptyLines */) + "\n}";
+ return useSrcComment + "object \"" + name.str() + "\" {\n" + indent(inner) + "\n}";
76
}
77
78
Json::Value Data::toJson() const
0 commit comments