diff --git a/static/index.html b/static/index.html
index acdb82474..a2f0a90ae 100644
--- a/static/index.html
+++ b/static/index.html
@@ -10,7 +10,7 @@
require('coffee-script');
require('coffee-cache').setCacheDir('/tmp/atom-coffee-cache');
require(currentWindow.loadSettings.bootstrapScript);
- currentWindow.emit('window:loaded')
+ currentWindow.emit('window:loaded');
}
catch (error) {
currentWindow.openDevTools();