Remove spurious new line. (#18230)

This commit is contained in:
Florian Loitsch
2018-06-06 13:25:58 +02:00
committed by GitHub
parent 211615fc63
commit 79dec6fa5c

View File

@@ -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;