Remove extraneous new line

This commit is contained in:
Bernard Xie 2022-11-21 11:22:50 -08:00
parent cb6d3c298d
commit ab40e9a900
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C

View file

@ -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
}