Skip to content

Commit 90867d7

Browse files
committed
format
1 parent fda0f49 commit 90867d7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/supervisor/src/workloadManager/kubernetes.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { describe, expect, it } from "vitest";
2-
import { BLOCK_IO_URING_SECCOMP_PROFILE, withBlockIoUringSeccompProfile } from "./kubernetesPodSpec.js";
2+
import {
3+
BLOCK_IO_URING_SECCOMP_PROFILE,
4+
withBlockIoUringSeccompProfile,
5+
} from "./kubernetesPodSpec.js";
36

47
const basePodSpec = {
58
restartPolicy: "Never" as const,

0 commit comments

Comments
 (0)