Add newline at end of file (#86008)
This commit is contained in:
parent
f26e54bd88
commit
a666925a02
@ -80,4 +80,4 @@ class TestCommand extends Command<void> {
|
|||||||
taskArgs: taskArgs,
|
taskArgs: taskArgs,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2485,4 +2485,4 @@ class _RenderCupertinoDialogActions extends RenderBox
|
|||||||
bool hitTestChildren(BoxHitTestResult result, {required Offset position}) {
|
bool hitTestChildren(BoxHitTestResult result, {required Offset position}) {
|
||||||
return defaultHitTestChildren(result, position: position);
|
return defaultHitTestChildren(result, position: position);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,4 +54,4 @@ void main() {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -822,4 +822,4 @@ void main() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -152,4 +152,4 @@ class DeferredComponentModule {
|
|||||||
''');
|
''');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user