diff --git a/visualizer/README.md b/visualizer/README.md
index 22bfb4f..940b5c2 100644
--- a/visualizer/README.md
+++ b/visualizer/README.md
@@ -7,4 +7,4 @@ It works as any React app in terms of building, running etc. If you just want to
1. Ensure that you have Node >=16 and npm installed. See https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
2. From the directory `conspiracies/visualizer`, run `npm install`.
3. Then run `npm start` which will open a development server on `localhost:3000`.
-4. Load in the file `graph.json` from your output via the GUI.
\ No newline at end of file
+4. Load in the file `graph.json` from your output via the GUI.
diff --git a/visualizer/electron-main.js b/visualizer/electron-main.js
index e1d363d..38213e9 100644
--- a/visualizer/electron-main.js
+++ b/visualizer/electron-main.js
@@ -1,7 +1,6 @@
const { app, BrowserWindow } = require("electron");
const path = require("path");
-
function createWindow() {
const mainWindow = new BrowserWindow();
diff --git a/visualizer/public/index.html b/visualizer/public/index.html
index 32055ae..5ddbf33 100644
--- a/visualizer/public/index.html
+++ b/visualizer/public/index.html
@@ -1,12 +1,9 @@
-
+