| Index: packages/watcher/lib/src/watch_event.dart
|
| diff --git a/packages/watcher/lib/src/watch_event.dart b/packages/watcher/lib/src/watch_event.dart
|
| index be6d70c92736dfc0fe94ba373428fcc5930c5e6c..54093a5d7c329a611891b1b5534a9fbca8b20d65 100644
|
| --- a/packages/watcher/lib/src/watch_event.dart
|
| +++ b/packages/watcher/lib/src/watch_event.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library watcher.watch_event;
|
| -
|
| /// An event describing a single change to the file system.
|
| class WatchEvent {
|
| /// The manner in which the file at [path] has changed.
|
|
|