Enforce consistent indentation in js

This commit is contained in:
Arlo Breault 2019-08-27 18:19:51 -04:00
parent 00eb4aadf5
commit 1b14810d34
3 changed files with 10 additions and 4 deletions

View file

@ -86,7 +86,7 @@ class ProxyPair {
channel.onopen = () => {
log('WebRTC DataChannel opened!');
if (!this.active) {
return
return;
}
this.running = true;
snowflake.state = Snowflake.MODE.WEBRTC_READY;