mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Fix and unify formatting and code-style
This commit is contained in:
parent
f860711cc5
commit
258e06c9ab
5 changed files with 44 additions and 45 deletions
|
|
@ -45,7 +45,7 @@ handle-request() {
|
|||
done
|
||||
if ! (( read_something )); then
|
||||
print "connection with fd $connection closed" >&2
|
||||
unset fds[$connection]
|
||||
unset fds[$connection]
|
||||
exec {connection}>&- # free the file descriptor
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue