mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +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
|
// WriteTerminalTitle writes a string to the terminal title
|
||||||
func WriteTerminalTitle(title string) {
|
func WriteTerminalTitle(title string) {
|
||||||
fmt.Fprintf(Out, ChangeTitle + title + BEL)
|
fmt.Fprintf(Out, ChangeTitle+title+BEL)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user