[cleanup] Remove an extra newline
This commit is contained in:
parent
4afbbbadda
commit
48a21bf79e
|
@ -20,7 +20,6 @@ _zsh_autosuggest_async_server() {
|
||||||
# Output only newlines (not carriage return + newline)
|
# Output only newlines (not carriage return + newline)
|
||||||
stty -onlcr
|
stty -onlcr
|
||||||
|
|
||||||
|
|
||||||
# Silence any error messages
|
# Silence any error messages
|
||||||
exec 2>/dev/null
|
exec 2>/dev/null
|
||||||
|
|
||||||
|
|
|
@ -515,7 +515,6 @@ _zsh_autosuggest_async_server() {
|
||||||
# Output only newlines (not carriage return + newline)
|
# Output only newlines (not carriage return + newline)
|
||||||
stty -onlcr
|
stty -onlcr
|
||||||
|
|
||||||
|
|
||||||
# Silence any error messages
|
# Silence any error messages
|
||||||
exec 2>/dev/null
|
exec 2>/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue