Skip to content

Commit

Permalink
Remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 5, 2024
1 parent abf8a07 commit 5ccf56a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/quest/bin/quest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ class Quest {
return fullPath;
}

/// Uses `gh` to clone the Github repo at [url].
Future<Map<Level, CheckResult>> runChecks(String path, Level level) async {
final result = <Level, CheckResult>{};
result[Level.solve] = await runFlutter(['pub', 'get'], path);
Expand Down

0 comments on commit 5ccf56a

Please sign in to comment.