Unverified Commit 80372f1b authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by GitHub

Fix formatting in rendering/box (#75102)

parent 8712f63d
...@@ -1832,7 +1832,7 @@ abstract class RenderBox extends RenderObject { ...@@ -1832,7 +1832,7 @@ abstract class RenderBox extends RenderObject {
_computingThisDryLayout = true; _computingThisDryLayout = true;
return true; return true;
}()); }());
final Size result = computeDryLayout(constraints); final Size result = computeDryLayout(constraints);
assert(() { assert(() {
assert(_computingThisDryLayout); assert(_computingThisDryLayout);
_computingThisDryLayout = false; _computingThisDryLayout = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment