Skip to content

Commit e11ac81

Browse files
committed
fix: ensure newline at end of file in Update-CMakeFile function
1 parent c676be0 commit e11ac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/scripts/cmake-functions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ function Update-CMakeFile($filePath, $depName, $newValue) {
135135
if ($verifyContent.GitTag -notmatch [regex]::Escape($expectedValue)) {
136136
throw "Update verification failed - read-after-write did not match expected value"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)