Domain 7 years ago
parent
commit
f357dab8f0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      terminus-ssh/src/components/sshModal.component.ts

+ 1 - 2
terminus-ssh/src/components/sshModal.component.ts

@@ -39,8 +39,7 @@ export class SSHModalComponent {
         if (!this.quickTarget) {
             this.findChildren()
         }
-        else
-        {
+        else {
             this.childFolders = [];
             this.childConnections = this.connections.filter(connection => connection.name.toLowerCase().indexOf(this.quickTarget) >= 0)
         }