From 79dec6fa5c153e8249408ea8e2f2cc24eda5ab63 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Wed, 6 Jun 2018 13:25:58 +0200 Subject: [PATCH] Remove spurious new line. (#18230) --- dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart b/dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart index 5c2af6ebfa6..1ef3f1249e5 100644 --- a/dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart +++ b/dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart @@ -33,7 +33,6 @@ Future 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;