style: gofmt zellij runtime adapter

This commit is contained in:
harshitsinghbhandari 2026-05-28 16:20:13 +05:30
parent db6975eb71
commit 1e715ecfa9
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ func attachCommandWithEnv(binary, socketDir string, args ...string) []string {
return append([]string{"env", "ZELLIJ_SOCKET_DIR=" + socketDir, binary}, args...)
}
func zellijSessionName(id domain.SessionID) (string, error) {
raw := string(id)
if raw == "" {