@@ -64,7 +64,7 @@ |
||
| 64 | 64 | $this->tmuxOutput = new TmuxOutput; |
| 65 | 65 | |
| 66 | 66 | // Verify session exists |
| 67 | - if (! $this->sessionManager->sessionExists()) { |
|
| 67 | + if (!$this->sessionManager->sessionExists()) { |
|
| 68 | 68 | $this->error("❌ Tmux session '{$sessionName}' does not exist."); |
| 69 | 69 | $this->info(" |