Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: bin/format.dart

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | example/format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « CHANGELOG.md ('k') | example/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698