forked from TrueCloudLab/rclone
fix go fmt
This commit is contained in:
parent
d59909fb8c
commit
16b383e18f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue