Skip to content

Commit 536c54b

Browse files
committed
Format junit
1 parent 20f248e commit 536c54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renderer/junit/junit.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package junit
22

33
import (
44
"bytes"
5+
"io"
6+
57
"github.com/jstemmer/go-junit-report/v2/junit"
68
"github.com/zegl/kube-score/scorecard"
7-
"io"
89
)
910

1011
// JUnit XML output

0 commit comments

Comments
 (0)