chore(cloudcmd) lint: keyword spacing

This commit is contained in:
coderaiser 2019-03-28 16:52:55 +02:00
parent e32e3ff47d
commit 5f53da58e7
4 changed files with 6 additions and 6 deletions

View file

@ -246,7 +246,7 @@ function onNameChange(name) {
}
function onKey({keyCode, target}) {
switch (keyCode) {
switch(keyCode) {
case Key.ESC:
return hide();