From 0ff73b7df66940101761e6d61f867fc84328b7e5 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 22 Nov 2024 16:55:24 +1300 Subject: [PATCH] Format code --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a35ecfea9..81eec8c1f 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ func main() { // running directly if normalize(filepath.Base(exec)) == normalize(filepath.Base(os.Args[0])) || - ! strings.Contains(filepath.Base(os.Args[0]), "sendmail") { + !strings.Contains(filepath.Base(os.Args[0]), "sendmail") { cmd.Execute() } else { // symlinked as "*sendmail*"