Skip to content
Snippets Groups Projects
Unverified Commit b3aad183 authored by Lobanova Valeriia's avatar Lobanova Valeriia Committed by GitHub
Browse files

FIX: minor mistake (#482)

parent fab74f74
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ Element emptyElement() { ...@@ -131,7 +131,7 @@ Element emptyElement() {
class Impl : public Node { class Impl : public Node {
void ComputeRequirement() override { void ComputeRequirement() override {
requirement_.min_x = 0; requirement_.min_x = 0;
requirement_.min_x = 0; requirement_.min_y = 0;
} }
}; };
return std::make_unique<Impl>(); return std::make_unique<Impl>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment