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
This commit is contained in:
Protocol-zero-0 2026-03-08 10:23:43 +00:00
parent b53c77ef66
commit 0151b3ebb6

View File

@ -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,