Spaces to tabs, to match upstream convention

This commit is contained in:
Josh M. McKee 2017-06-10 18:52:11 -07:00
parent c45824b3ad
commit 06e84eee94
4 changed files with 14 additions and 12 deletions

View file

@ -176,8 +176,8 @@ function connectEntry(client, nextMenu) {
//
displayBanner(term);
// fire event
events.emit('codes.l33t.enigma.system.term_detected', {'client': client});
// fire event
events.emit('codes.l33t.enigma.system.term_detected', {'client': client});
setTimeout( () => {
return client.menuStack.goto(nextMenu);