Chromium Code Reviews| Index: bin/format.dart |
| diff --git a/bin/format.dart b/bin/format.dart |
| index dd7419970a5378e620504c049404d9d790eee8cb..cd97fb01593f259708cebd06f10f400b55d5585a 100644 |
| --- a/bin/format.dart |
| +++ b/bin/format.dart |
| @@ -36,7 +36,7 @@ void main(List<String> args) { |
| parser.addFlag("follow-links", |
| negatable: false, |
| help: "Follow links to files and directories.\n" |
| - "If unset, links will be ignored."); |
| + "If unset, links will be ignored."); |
| parser.addFlag("transform", |
| abbr: "t", |
| negatable: false, |