1

fix formatting

This commit is contained in:
Evan Pratten 2024-01-13 13:39:38 -05:00
parent 64d5374ef0
commit 7c321083ab

View File

@ -33,7 +33,7 @@ export function onRequest(context) {
// Add markers if needed // Add markers if needed
if (add_markers) { if (add_markers) {
output = `\n# --- BEGIN EWPRATTEN SSH KEYS ---\n${output}\n# --- END EWPRATTEN SSH KEYS ---\n\n`; output = `\n# --- BEGIN EWPRATTEN SSH KEYS ---\n${output}# --- END EWPRATTEN SSH KEYS ---\n\n`;
} }
return new Response(output, { return new Response(output, {