diff --git a/src/commands/doctor.ts b/src/commands/doctor.ts index a2ea8c986ab..41b20dee038 100644 --- a/src/commands/doctor.ts +++ b/src/commands/doctor.ts @@ -49,13 +49,13 @@ import { import { createDoctorPrompter, type DoctorOptions } from "./doctor-prompter.js"; import { maybeRepairSandboxImages, noteSandboxScopeWarnings } from "./doctor-sandbox.js"; import { noteSecurityWarnings } from "./doctor-security.js"; -import { noteSyntheticAllowlistGaps } from "./doctor-synthetic-allowlist.js"; import { noteSessionLockHealth } from "./doctor-session-locks.js"; import { noteStateIntegrity, noteWorkspaceBackupTip } from "./doctor-state-integrity.js"; import { detectLegacyStateMigrations, runLegacyStateMigrations, } from "./doctor-state-migrations.js"; +import { noteSyntheticAllowlistGaps } from "./doctor-synthetic-allowlist.js"; import { maybeRepairUiProtocolFreshness } from "./doctor-ui.js"; import { maybeOfferUpdateBeforeDoctor } from "./doctor-update.js"; import { noteWorkspaceStatus } from "./doctor-workspace-status.js";