chore: format imports in gateway and session tools

This commit is contained in:
Gustavo Madeira Santana
2026-02-17 21:10:38 -05:00
parent 81db059627
commit 5a31da8eec
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import type { Command } from "commander";
import type { DaemonInstallOptions, GatewayRpcOpts } from "./types.js";
import { inheritOptionFromParent } from "../command-options.js";
import {
runDaemonInstall,
@@ -9,6 +8,7 @@ import {
runDaemonStop,
runDaemonUninstall,
} from "./runners.js";
import type { DaemonInstallOptions, GatewayRpcOpts } from "./types.js";
function resolveInstallOptions(
cmdOpts: DaemonInstallOptions,