| Index: dart/pkg/args/lib/src/utils.dart
|
| diff --git a/dart/pkg/args/lib/src/utils.dart b/dart/pkg/args/lib/src/utils.dart
|
| index c6997c85b825277ffc8976aef129a814563f2ecc..029ada304eb35097762c2c52b54fe878dca22972 100644
|
| --- a/dart/pkg/args/lib/src/utils.dart
|
| +++ b/dart/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) {
|
|
|