FIX: minor mistake (#482)

This commit is contained in:
Lobanova Valeriia 2022-09-25 23:00:12 +03:00 committed by GitHub
parent fab74f745d
commit b3aad183da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ Element emptyElement() {
class Impl : public Node {
void ComputeRequirement() override {
requirement_.min_x = 0;
requirement_.min_x = 0;
requirement_.min_y = 0;
}
};
return std::make_unique<Impl>();