| Index: pkg/args/lib/src/utils.dart
|
| diff --git a/pkg/args/lib/src/utils.dart b/pkg/args/lib/src/utils.dart
|
| index 029ada304eb35097762c2c52b54fe878dca22972..c6997c85b825277ffc8976aef129a814563f2ecc 100644
|
| --- a/pkg/args/lib/src/utils.dart
|
| +++ b/pkg/args/lib/src/utils.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // TODO(rnystrom): This file was copied from pub.
|
| /** Generic utility functions. Stuff that should possibly be in core. */
|
| -#library('args_utils');
|
| +library args_utils;
|
|
|
| /** Pads [source] to [length] by adding spaces at the end. */
|
| String padRight(String source, int length) {
|
|
|