Skip to content

Commit 1df0782

Browse files
committed
cleanup: remove unnecessary spaces
1 parent f4f3490 commit 1df0782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spec-node/imageMetadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ export function getDevcontainerMetadataLabel(devContainerMetadata: SubstitutedCo
498498
return '';
499499
}
500500
const imageMetadataLabelValue = `[${metadata
501-
.map(feature => ` \\\n${toLabelString(feature)}`)
502-
.join(',')} \\\n]`;
501+
.map(feature => `\\\n${toLabelString(feature)}`)
502+
.join(',')}\\\n]`;
503503
return `LABEL ${imageMetadataLabel}="${imageMetadataLabelValue}"`;
504504
}
505505

0 commit comments

Comments
 (0)