mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove spurious new line. (#18230)
This commit is contained in:
parent
211615fc63
commit
79dec6fa5c
@ -33,7 +33,6 @@ Future<Null> main() async {
|
||||
await tester.pump(); // Start drawer animation
|
||||
await tester.pump(const Duration(seconds: 1)); // Complete drawer animation
|
||||
|
||||
|
||||
// Disable calls from the engine which would interfere with the benchmark.
|
||||
ui.window.onBeginFrame = null;
|
||||
ui.window.onDrawFrame = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user