From 7c321083ab0b15a9f012377c0c54b13506dee817 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 13 Jan 2024 13:39:38 -0500 Subject: [PATCH] fix formatting --- static/functions/keys/ssh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/functions/keys/ssh.js b/static/functions/keys/ssh.js index d780e80..6e19b94 100644 --- a/static/functions/keys/ssh.js +++ b/static/functions/keys/ssh.js @@ -33,7 +33,7 @@ export function onRequest(context) { // Add markers if needed 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, {