| Index: sdk/lib/_internal/pub/lib/src/directory_tree.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/directory_tree.dart b/sdk/lib/_internal/pub/lib/src/directory_tree.dart
|
| index a4d501e7dbdc387612052c5d12261fc2c3224930..7a5f953b02046ca9ae07d27f6a6bc50c6e32de5a 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/directory_tree.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/directory_tree.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /// A simple library for rendering a list of files as a directory tree.
|
| -library directory_tree;
|
| +library pub.directory_tree;
|
|
|
| import 'package:pathos/path.dart' as path;
|
|
|
|
|