Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Sep 20, 2024
1 parent c3348f0 commit a3c68b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/podman/podman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
type ConfigValuesMap,
buildCliConfig,
} from '../../common/nodeConfig';
import { buildEnvInput } from '../../common/nodeConfig.js';
import { CHANNELS, send } from '../messenger.js';
import { restartNodes } from '../nodePackageManager';
import { isLinux } from '../platform';
Expand All @@ -30,7 +31,6 @@ import * as metricsPolling from './metricsPolling';
import { execPromise as podmanExecPromise } from './podman-desktop/podman-cli';
import { getPodmanEnvWithPath } from './podman-env-path';
import startPodman, { onStartUp } from './start';
import { buildEnvInput } from '../../common/nodeConfig.js';

let podmanWatchProcess: ChildProcess;

Expand Down

0 comments on commit a3c68b4

Please sign in to comment.