Skip to content

Commit

Permalink
refactor: fix rst error formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed May 19, 2024
1 parent 2f4c10d commit 87a5db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lint/rst.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func callRst(text, lib, exe string) (string, error) {
cmd.Stdout = &out

if err := cmd.Run(); err != nil {
return "", core.NewE100("callRst", err)
return "", err
}

html := out.String()
Expand Down

0 comments on commit 87a5db3

Please sign in to comment.