renovate: fix prettier
Make prettier happy Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
}
|
||||
|
||||
const pkgs = packages.map((pkg) => `'${pkg}': patch`).join("\n");
|
||||
const body = `---\n${pkgs}\n---\n\n${message}\n`;
|
||||
const body = `---\n${pkgs}\n---\n\n${message.trim()}\n`;
|
||||
await fs.writeFile(fileName, body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user