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;
|
continue;
|
||||||
|
|
||||||
try (
|
try (
|
||||||
InputStream inputStream = new BufferedInputStream(connection.getInputStream());
|
InputStream inputStream = new BufferedInputStream(connection.getInputStream());
|
||||||
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
||||||
) {
|
) {
|
||||||
byte[] buffer = new byte[2048];
|
byte[] buffer = new byte[2048];
|
||||||
int bytesRead;
|
int bytesRead;
|
||||||
@ -239,4 +239,4 @@ public class StreamingDataRequest {
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
return "StreamingDataRequest{" + "videoId='" + videoId + '\'' + '}';
|
return "StreamingDataRequest{" + "videoId='" + videoId + '\'' + '}';
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user