Commit 1429b157 authored by Hixie's avatar Hixie

Adjust indent in Positioned to match style guide.

parent 81e0ea35
...@@ -544,12 +544,12 @@ class Positioned extends ParentDataNode { ...@@ -544,12 +544,12 @@ class Positioned extends ParentDataNode {
final double bottom; final double bottom;
final double left; final double left;
void debugValidateAncestor(Widget ancestor) { void debugValidateAncestor(Widget ancestor) {
assert(() { assert(() {
'Positioned must placed directly inside a Stack'; 'Positioned must placed directly inside a Stack';
return ancestor is Stack; return ancestor is Stack;
}); });
} }
} }
class Grid extends MultiChildRenderObjectWrapper { class Grid extends MultiChildRenderObjectWrapper {
......
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