| Index: lib/src/base64/decoder_sink.dart
|
| diff --git a/lib/src/base64/decoder_sink.dart b/lib/src/base64/decoder_sink.dart
|
| index f660f341ed206c83ecc4162e360d737b589903c0..3fbf8fc8600b4234018a351e5c6b023d12161ffe 100644
|
| --- a/lib/src/base64/decoder_sink.dart
|
| +++ b/lib/src/base64/decoder_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 crypto.base64.decoder_sink;
|
| -
|
| import 'dart:convert';
|
|
|
| import 'decoder.dart';
|
|
|