Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed May 29, 2024
1 parent 1b5a398 commit 5ae2e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/managers/recipes/PodManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { beforeEach, describe, vi, expect, test } from 'vitest';
import { PodManager } from './PodManager';
import type { ContainerInspectInfo, ContainerJSONEvent, PodCreateOptions, PodInfo } from '@podman-desktop/api';
import { EventEmitter , containerEngine } from '@podman-desktop/api';
import { EventEmitter, containerEngine } from '@podman-desktop/api';

vi.mock('@podman-desktop/api', () => ({
containerEngine: {
Expand Down

0 comments on commit 5ae2e76

Please sign in to comment.