]> zoso.dev Git - libnemo.git/commitdiff
Formatting.
authorChris Duncan <chris@zoso.dev>
Sun, 22 Dec 2024 18:53:54 +0000 (10:53 -0800)
committerChris Duncan <chris@zoso.dev>
Sun, 22 Dec 2024 18:53:54 +0000 (10:53 -0800)
index.html

index 698fbd0a08640b908c6a637c1193e24b672aae3a..b40f90fef67eea443ee48e26239d4e985c751b26 100644 (file)
@@ -34,7 +34,7 @@
                        t.innerHTML = `Total: ${sum} ms<br/>
 Average: ${sum / count} ms<br/>
 Harmonic: ${count / reciprocals} ms<br/>
-Geometric: ${Math.pow(product, 1 / count)} ms`
+Geometric: ${Math.pow(product, 1 / count)} ms<br/>`
                })()
        </script>
        <script type="module">