Browse Source

fix lint

pull/8122/head
tycho garen 3 years ago
parent
commit
44cb178c89
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      internal/libs/autofile/cmd/logjack.go

+ 1
- 2
internal/libs/autofile/cmd/logjack.go View File

@ -75,9 +75,8 @@ func main() {
if err != nil {
if err == io.EOF {
return
} else {
stdlog.Fatalln("logjack errored:", err.Error())
}
stdlog.Fatalln("logjack errored:", err.Error())
}
_, err = group.Write(buf[:n])
if err != nil {


Loading…
Cancel
Save