Skip to content

Commit 08987ba

Browse files
authored
[pub_formats] Fix import name (#2463)
1 parent 768a06d commit 08987ba

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

pkgs/pub_formats/test/package_config_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:pub_formats/pubspec_formats.dart';
5+
import 'package:pub_formats/pub_formats.dart';
66
import 'package:test/test.dart';
77

88
import 'helpers.dart';

pkgs/pub_formats/test/package_graph_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:pub_formats/pubspec_formats.dart';
5+
import 'package:pub_formats/pub_formats.dart';
66
import 'package:test/test.dart';
77

88
import 'helpers.dart';

pkgs/pub_formats/test/pubspec_lock_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:pub_formats/pubspec_formats.dart';
5+
import 'package:pub_formats/pub_formats.dart';
66
import 'package:test/test.dart';
77

88
import 'helpers.dart';

pkgs/pub_formats/test/pubspec_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:pub_formats/pubspec_formats.dart';
5+
import 'package:pub_formats/pub_formats.dart';
66
import 'package:test/test.dart';
77

88
import 'helpers.dart';

0 commit comments

Comments
 (0)