Skip to content

Commit affc5f5

Browse files
Format HTML
1 parent 5ff655d commit affc5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ func challenge(w http.ResponseWriter, _ *http.Request, key ed25519.PrivateKey, d
174174
</script>
175175
</head>
176176
<body>
177-
<pre id="out">⛏️ Let's solve a challenge, shall we?
178-
</pre>
177+
<pre id="out">⛏️ Let's solve a challenge, shall we?</pre>
179178
</body>
180179
</html>%s`, challengeJs, blockHex, signature, difficulty, redirectUri, "\n")
181180
}

0 commit comments

Comments
 (0)