mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 12:42:12 +00:00
chore(cloudcmd) lint: keyword spacing
This commit is contained in:
parent
e32e3ff47d
commit
5f53da58e7
4 changed files with 6 additions and 6 deletions
|
|
@ -246,7 +246,7 @@ function onNameChange(name) {
|
|||
}
|
||||
|
||||
function onKey({keyCode, target}) {
|
||||
switch (keyCode) {
|
||||
switch(keyCode) {
|
||||
case Key.ESC:
|
||||
return hide();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue