| Index: lib/src/base64/encoder.dart
|
| diff --git a/lib/src/base64/encoder.dart b/lib/src/base64/encoder.dart
|
| index 49c9fa8abfc6f764125ae2fbccc4c5f908aedf36..7d688fc4bdfc2cb2c45eabaf1ec446ec0ba93a82 100644
|
| --- a/lib/src/base64/encoder.dart
|
| +++ b/lib/src/base64/encoder.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.encoder;
|
| -
|
| import 'dart:convert';
|
|
|
| import 'package:charcode/ascii.dart';
|
|
|