Skip to content

Commit 539c04c

Browse files
brooke-hamiltonchrmarti
authored andcommitted
fix comment
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
1 parent 539ecc5 commit 539c04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spec-configuration/lockfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function writeLockfile(params: ContainerFeatureInternalParams, conf
6161
}
6262
// Normalize the existing lockfile through JSON.parse -> JSON.stringify to produce
6363
// the same canonical format as newLockfileContentString, so that the string comparison
64-
// below ignores cosmetic differences (indentation, key order, trailing whitespace, etc.).
64+
// below ignores cosmetic differences (indentation, trailing whitespace, etc.).
6565
let oldLockfileNormalized: string | undefined;
6666
if (oldLockfileContent) {
6767
try {

0 commit comments

Comments
 (0)