Unverified Commit 79dec6fa authored by Florian Loitsch's avatar Florian Loitsch Committed by GitHub

Remove spurious new line. (#18230)

parent 211615fc
......@@ -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;
......
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