Skip to content

Commit 6020689

Browse files
litetexTobiGr
andauthored
Code cleanup
Co-authored-by: Tobi <[email protected]>
1 parent dd3f3da commit 6020689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/src/test/java/org/schabi/newpipe/extractor/ExtractorAsserts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void assertIsValidUrl(String url) {
4242

4343
public static void assertIsSecureUrl(String urlToCheck) {
4444
URL url = urlFromString(urlToCheck);
45-
assertEquals("https",url.getProtocol(), "Protocol of URL is not secure");
45+
assertEquals("https", url.getProtocol(), "Protocol of URL is not secure");
4646
}
4747

4848
public static void assertNotEmpty(String stringToCheck) {

0 commit comments

Comments
 (0)