Skip to content

Commit

Permalink
style: change code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ViolaPioggia committed Jul 7, 2024
1 parent 95d4523 commit 39ca92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func check(c *config.JobArgument) (err error) {

gopath, err := utils.GetGOPATH()
if err != nil {
return fmt.Errorf("get gopath failed: %s", err)
return fmt.Errorf("GET gopath failed: %s", err)
}
if gopath == "" {
return fmt.Errorf("GOPATH is not set")
Expand Down

0 comments on commit 39ca92e

Please sign in to comment.