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

Unified Diff: lib/src/arg_results.dart

Issue 849023002: format code, removed unused variables and deprecated usage (Closed) Base URL: https://github.com/dart-lang/args.git@master
Patch Set: nits Created 5 years, 11 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 | « lib/src/arg_parser.dart ('k') | lib/src/option.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/arg_results.dart
diff --git a/lib/src/arg_results.dart b/lib/src/arg_results.dart
index 815d8dd76f50035f5ea8bfa890cd92f9df94b6e4..de9cca7010f65f4bedfebf6da9180016beb7f1b9 100644
--- a/lib/src/arg_results.dart
+++ b/lib/src/arg_results.dart
@@ -13,8 +13,8 @@ import 'arg_parser.dart';
/// Since [ArgResults] doesn't have a public constructor, this lets [Parser]
/// get to it. This function isn't exported to the public API of the package.
ArgResults newArgResults(ArgParser parser, Map<String, dynamic> parsed,
- String name, ArgResults command, List<String> rest,
- List<String> arguments) {
+ String name, ArgResults command, List<String> rest,
+ List<String> arguments) {
return new ArgResults._(parser, parsed, name, command, rest, arguments);
}
« no previous file with comments | « lib/src/arg_parser.dart ('k') | lib/src/option.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698