From 9f36a02734f1ade55d63c517fa7189470f1446eb Mon Sep 17 00:00:00 2001 From: Konstantin Scheglov Date: Mon, 9 Nov 2020 11:41:52 -0800 Subject: [PATCH] Ignore import_of_legacy_library_into_null_safe (#70115) --- dev/benchmarks/metrics_center/lib/google_benchmark.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/benchmarks/metrics_center/lib/google_benchmark.dart b/dev/benchmarks/metrics_center/lib/google_benchmark.dart index 9c7c2aa11e..3e68145a13 100644 --- a/dev/benchmarks/metrics_center/lib/google_benchmark.dart +++ b/dev/benchmarks/metrics_center/lib/google_benchmark.dart @@ -9,7 +9,7 @@ import 'dart:convert'; import 'dart:io'; -import 'package:metrics_center/src/common.dart'; +import 'package:metrics_center/src/common.dart'; // ignore: import_of_legacy_library_into_null_safe const String _kTimeUnitKey = 'time_unit';