We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ee1f6 commit 650fd27Copy full SHA for 650fd27
1 file changed
hooks/jsonnet-fmt-hook/main.go
@@ -40,7 +40,7 @@ type FmtError struct {
40
stderr string
41
}
42
43
-func (e *FmtError) Error() string {
+func (e FmtError) Error() string {
44
stderr := strings.TrimSpace(e.stderr)
45
46
if stderr != "" || e.diff == nil {
0 commit comments