Skip to content

Commit 2324c21

Browse files
committed
Fix formatting
1 parent 85ea0f2 commit 2324c21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/k8s/src/hooks/prepare-job.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ export function processServiceContainers(
168168
service =>
169169
service.resources?.limits && service.resources.limits['google.com/tpu']
170170
)
171-
core.debug(`There are ${tpuRequestingContainers.length} service container requesting for TPU's.`)
171+
core.debug(
172+
`There are ${tpuRequestingContainers.length} service container requesting for TPU's.`
173+
)
172174

173175
if (tpuRequestingContainers.length > 1) {
174176
throw new Error(

0 commit comments

Comments
 (0)