diff --git a/LaTeX to GitHub minimalistic notebook.ipynb b/LaTeX to GitHub minimalistic notebook.ipynb
index e11175d..a3ba07f 100644
--- a/LaTeX to GitHub minimalistic notebook.ipynb
+++ b/LaTeX to GitHub minimalistic notebook.ipynb
@@ -34,7 +34,7 @@
"source": [
"encoded_string = urllib.parse.quote(str(string).encode(\"utf-8\"), safe=\"~()*!.\\\"\")\n",
"github_url = \"https://render.githubusercontent.com/render/math?math=\" + encoded_string\n",
- "html_result = ''"
+ "html_result = ''"
]
},
{