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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user