diff --git a/js/client-chat.js b/js/client-chat.js
index 594197315..9bffdf4e1 100644
--- a/js/client-chat.js
+++ b/js/client-chat.js
@@ -572,7 +572,6 @@
buffer += '
'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-17.0/N),0)+' | ';
} else if (row.formatid === 'smogondoubles' || row.formatid === 'smogondoublessuspecttest') {
buffer += ''+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-15.0/N),0)+' | ';
- }
} else {
buffer += '-- | ';
}