mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +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;
|
||||
@ -239,4 +239,4 @@ public class StreamingDataRequest {
|
||||
public String toString() {
|
||||
return "StreamingDataRequest{" + "videoId='" + videoId + '\'' + '}';
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user