| Index: lib/src/delegate/stream_sink.dart
|
| diff --git a/lib/src/delegate/stream_sink.dart b/lib/src/delegate/stream_sink.dart
|
| index b6ace650cb14c3d70a7ce711d8f1d890312c4d30..e06afc1b0a611c919a0d7fa6d9b69a61cecd7be7 100644
|
| --- a/lib/src/delegate/stream_sink.dart
|
| +++ b/lib/src/delegate/stream_sink.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 async.delegate.stream_sink;
|
| -
|
| import 'dart:async';
|
|
|
| /// Simple delegating wrapper around a [StreamSink].
|
|
|