Skip to content

Commit b05b184

Browse files
Fix checkstyle (curse you checkstyle)
1 parent 554a14a commit b05b184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/utils

extractor/src/main/java/org/schabi/newpipe/extractor/utils/HttpUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class HttpUtils {
1010
private HttpUtils() {
1111
// Utility class, no instances allowed
1212
}
13-
13+
1414
// CHECKSTYLE:OFF
1515
/**
1616
* Validates the response codes for the given {@link Response}, and throws

0 commit comments

Comments
 (0)