Fix linter error
This commit is contained in:
parent
b39f28cd3d
commit
bba9c36214
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func doTestSubmission(t *testing.T, studentRepo, privateRepo, problem string) er
|
|||
go func() {
|
||||
s := bufio.NewScanner(pr)
|
||||
for s.Scan() {
|
||||
io.WriteString(oldF, fmt.Sprintf("%s%s\n", prefix, s.Text()))
|
||||
_, _ = io.WriteString(oldF, fmt.Sprintf("%s%s\n", prefix, s.Text()))
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in a new issue