Index: lib/src/ascii_tree.dart |
diff --git a/lib/src/ascii_tree.dart b/lib/src/ascii_tree.dart |
index 015a6e2c8d25d54170445e7a3419eeab1e0d1dd2..8a7734e5083a9ed8c7fadcb81a09abb0b487b503 100644 |
--- a/lib/src/ascii_tree.dart |
+++ b/lib/src/ascii_tree.dart |
@@ -3,8 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
/// A simple library for rendering tree-like structures in ASCII. |
-library pub.ascii_tree; |
- |
import 'package:path/path.dart' as path; |
import 'log.dart' as log; |