From b76a462d54b0e536d17d6b053202f69d235b182e Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 17 Oct 2016 14:41:02 -0700 Subject: [PATCH] Fix some analyzer warnings --- lib/src/plugins/help/help.dart | 1 - lib/src/util.dart | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/src/plugins/help/help.dart b/lib/src/plugins/help/help.dart index 14d62bc..f707cb0 100644 --- a/lib/src/plugins/help/help.dart +++ b/lib/src/plugins/help/help.dart @@ -100,7 +100,6 @@ class Help extends Plugin { subCommandInvocation = subCommandInvocation.subCommand; path.add(subCommandInvocation.name); } - return path; } } diff --git a/lib/src/util.dart b/lib/src/util.dart index 1b6ac32..83b3aaf 100644 --- a/lib/src/util.dart +++ b/lib/src/util.dart @@ -6,7 +6,7 @@ import 'dart:collection'; import 'dart:mirrors'; import 'dart:io'; -import 'package:args/args.dart' show ArgParser, ArgResults; +import 'package:args/args.dart' show ArgParser; import 'package:collection/iterable_zip.dart'; import 'package:mockable_filesystem/filesystem.dart' as filesystem;