3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 01:49:03 +00:00

Add newline at end of file

This commit is contained in:
Josh Gross 2019-10-31 14:03:19 -04:00
parent 50eb90a503
commit 87846ba5e1

View file

@ -19,4 +19,4 @@ process.stdout.write = (str, encoding, cb) => {
} else {
return processStdoutWrite(str.replace(/::/g, ":"), encoding, cb);
}
}
}