mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:14:01 +03:00
Fix lint issues
This commit is contained in:
@@ -21,6 +21,7 @@ func (b *bufferedReader) Read(p []byte) (int, error) {
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
b.buf.Write(res)
|
||||
|
||||
return b.flush(p)
|
||||
|
||||
Reference in New Issue
Block a user