diff --git a/index.html b/index.html
index 9e42861..40fc423 100644
--- a/index.html
+++ b/index.html
@@ -423,7 +423,8 @@
if (!response.ok)
throw new Error(`Errore HTTP: ${response.status}`);
- const result = await response.text();
+
+ const result = await response.text();
//Ferma frasi di caricamento
clearInterval(loadingInterval);
diff --git a/style.css b/style.css
index 491f99a..bd185fa 100644
--- a/style.css
+++ b/style.css
@@ -66,4 +66,5 @@
#trovaSegno > :not(#link){
display: none;
-}
\ No newline at end of file
+}
+