mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 13:47:42 +02:00
chore: lint code
This commit is contained in:
@ -181,8 +181,8 @@ public class StreamingDataRequest {
|
||||
continue;
|
||||
|
||||
try (
|
||||
InputStream inputStream = new BufferedInputStream(connection.getInputStream());
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
||||
InputStream inputStream = new BufferedInputStream(connection.getInputStream());
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
||||
) {
|
||||
byte[] buffer = new byte[2048];
|
||||
int bytesRead;
|
||||
|
Reference in New Issue
Block a user