From 3ae320c288f8003c6afcc6e9b1c5606ca33d2627 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 18 Oct 2024 11:01:55 +0200 Subject: [PATCH] fix format --- src/components/Head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Head.pug b/src/components/Head.pug index 2864761..661ff8d 100644 --- a/src/components/Head.pug +++ b/src/components/Head.pug @@ -113,4 +113,4 @@ head const getVisitDuration = () => { return Math.floor((Date.now() - window.visitDuration) / 1000); - }; \ No newline at end of file + };