Skip to content

Commit e9f5828

Browse files
committed
style: add line breaks
1 parent cac1731 commit e9f5828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/build.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func runBuild(cmd *cobra.Command, args []string) error {
138138
cmd.Stdout = os.Stdout
139139
cmd.Stderr = os.Stderr
140140
}
141+
141142
err = c.Run()
142143
if err != nil {
143144
if exitErr, ok := err.(*exec.ExitError); ok {
@@ -150,6 +151,7 @@ func runBuild(cmd *cobra.Command, args []string) error {
150151
// Print descriptive error message
151152
fmt.Fprintf(os.Stderr, "Compilation failed (exit code %d): %s\n", code, codes.GetErrorMessage(code))
152153
}
154+
153155
return err
154156
}
155157

0 commit comments

Comments
 (0)