chore: correct comments

This commit is contained in:
Bryan Oltman
2025-01-31 09:19:09 -05:00
parent 7605d583d1
commit dfd42ecf3a
+2 -4
View File
@@ -24,10 +24,8 @@ class Doctor {
/// Validators that verify shorebird will work on iOS.
final List<Validator> iosCommandValidators = [];
/// Validators that verify shorebird will work on Windows.
final List<Validator> linuxCommandValidators = [
// Check whether powershell is installed?
];
/// Validators that verify shorebird will work on Linux.
final List<Validator> linuxCommandValidators = [];
/// Validators that verify shorebird will work on macOS.
final List<Validator> macosCommandValidators = [