Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian committed Nov 7, 2022
1 parent 4745271 commit 7a9491c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_migrate/lib/src/environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FlutterToolsEnvironment {
///
/// Each key is the String URI-style description of a value in the Flutter tool
/// and is mapped to a String or boolean value. The mapping should align with the
/// JSON output of `flutter analuze --suggestions --machine`.
/// JSON output of `flutter analyze --suggestions --machine`.
FlutterToolsEnvironment({
required Map<String, Object?> mapping,
}) : _mapping = mapping;
Expand Down
2 changes: 0 additions & 2 deletions packages/flutter_migrate/test/abandon_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ void main() {
processManager = const LocalProcessManager();
});

setUpAll(() {});

tearDown(() async {
tryToDelete(appDir);
});
Expand Down

0 comments on commit 7a9491c

Please sign in to comment.