Reduce diff

This commit is contained in:
Hans Ott 2025-11-01 13:47:13 +01:00
parent 86a2b8c2a7
commit e164eb8b95

View file

@ -116,7 +116,7 @@ function shouldRemoveLine(line, pattern) {
*
* @returns {void}
*/
export function addLineToFile(filePath, line, eol ) {
export function addLineToFile(filePath, line, eol) {
createFileIfNotExists(filePath);
eol = eol || os.EOL;