Skip to content

Commit

Permalink
lint in tray imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Jul 30, 2024
1 parent 7a356b5 commit 2cce995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { NodeStoppedBy } from '../common/node.js';
import logger from './logger';
import { createWindow, fullQuit, getMainWindow } from './main';
import { stopAllNodePackages } from './nodePackageManager.js';
import { isLinux, isWindows, isMac } from './platform';
import { isLinux, isMac, isWindows } from './platform';
import { getPodmanDetails } from './podman/details.js';
import { getNiceNodeMachine, stopMachineIfCreated } from './podman/machine';
import { openPodmanModal } from './podman/podman.js';
Expand Down

0 comments on commit 2cce995

Please sign in to comment.