From 3423f1ef3633257236d01577c9c2ee5f485c8cb7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 20 Feb 2025 12:33:21 +0800 Subject: all: Reformat --- ssh_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_utils.go') diff --git a/ssh_utils.go b/ssh_utils.go index 48b25b9..6074dff 100644 --- a/ssh_utils.go +++ b/ssh_utils.go @@ -60,5 +60,5 @@ func get_repo_path_perms_from_ssh_path_pubkey(ctx context.Context, ssh_path stri } func wf_error(w io.Writer, format string, args ...any) { - fmt.Fprintln(w, ansiec.Red + fmt.Sprintf(format, args...) + ansiec.Reset) + fmt.Fprintln(w, ansiec.Red+fmt.Sprintf(format, args...)+ansiec.Reset) } -- cgit v1.2.3