Remove extraneous new line
This commit is contained in:
parent
cb6d3c298d
commit
ab40e9a900
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue