From ab40e9a900e9f486da8a4fc5a1e95a34aeac3e2c Mon Sep 17 00:00:00 2001 From: Bernard Xie Date: Mon, 21 Nov 2022 11:22:50 -0800 Subject: [PATCH] Remove extraneous new line --- cmd/d2/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/d2/main.go b/cmd/d2/main.go index 3a26705e4..9adabe9f9 100644 --- a/cmd/d2/main.go +++ b/cmd/d2/main.go @@ -173,7 +173,6 @@ func run(ctx context.Context, ms *xmain.State) (err error) { if err != nil { return err } - ms.Log.Success.Printf("successfully compiled %v to %v", inputPath, outputPath) return nil }