Skip to content

Commit

Permalink
fix:warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iyifr committed Aug 23, 2024
1 parent b86d651 commit 59e01c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bin/init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Future<String?> _promptUserChoice() async {
}
}
}
return null;
}

Future<String> _promptAppName() async {
Expand Down
1 change: 0 additions & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:console/console.dart' as console;
import 'package:h4/create.dart';

void main() async {
Expand Down

0 comments on commit 59e01c8

Please sign in to comment.