| Index: lib/src/util/stream_channel.dart
|
| diff --git a/lib/src/util/stream_channel.dart b/lib/src/util/stream_channel.dart
|
| index 66c1d8edcb95caad577f1353ec75761e3562214c..470ea794db7941dd5200ed80a34b0e769269ba71 100644
|
| --- a/lib/src/util/stream_channel.dart
|
| +++ b/lib/src/util/stream_channel.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 test.stream_channel;
|
| -
|
| import 'dart:async';
|
|
|
| /// An abstract class representing a two-way communication channel.
|
|
|