fix go fmt

This commit is contained in:
Nick Craig-Wood 2022-10-07 16:10:15 +01:00
parent d59909fb8c
commit 16b383e18f

View File

@ -34,5 +34,5 @@ func ReadPassword(fd int) ([]byte, error) {
// WriteTerminalTitle writes a string to the terminal title
func WriteTerminalTitle(title string) {
fmt.Fprintf(Out, ChangeTitle + title + BEL)
fmt.Fprintf(Out, ChangeTitle+title+BEL)
}