1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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)
}