Fix lint warnings.
This commit was merged in pull request #11.
This commit is contained in:
@@ -16,7 +16,7 @@ func handlePrintJob(r *ipp.Request, byteStream io.Reader) *ipp.Response {
|
||||
}
|
||||
defer f.Close()
|
||||
io.Copy(f, byteStream)
|
||||
response := ipp.NewResponse(ipp.SuccessfulOk, r.RequestId())
|
||||
response := ipp.NewResponse(ipp.SuccessfulOk, r.RequestID())
|
||||
|
||||
return response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user