mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 14:39:44 +01:00
fix go fmt
This commit is contained in:
parent
d59909fb8c
commit
16b383e18f
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user