From 0151b3ebb6740d529052f268505b2a69f77a888b Mon Sep 17 00:00:00 2001 From: Protocol-zero-0 <257158451+Protocol-zero-0@users.noreply.github.com> Date: Sun, 8 Mar 2026 10:23:43 +0000 Subject: [PATCH] style: fix crash loop guard formatting after rebase Normalize import ordering in the gateway CLI runner so the crash-loop PR passes the current format check on top of latest main. Made-with: Cursor --- src/cli/gateway-cli/run.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/gateway-cli/run.ts b/src/cli/gateway-cli/run.ts index da3893f3cba..4dc9298ffa9 100644 --- a/src/cli/gateway-cli/run.ts +++ b/src/cli/gateway-cli/run.ts @@ -1,7 +1,7 @@ -import type { Command } from "commander"; -import { readSecretFromFile } from "../../acp/secret-file.js"; import fs from "node:fs"; import path from "node:path"; +import type { Command } from "commander"; +import { readSecretFromFile } from "../../acp/secret-file.js"; import type { GatewayAuthMode, GatewayTailscaleMode } from "../../config/config.js"; import { CONFIG_PATH,