From 1393644f444b850fe629bbfdf0ea21d6121311cc Mon Sep 17 00:00:00 2001 From: gechoto <124326167+gechoto@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:33:35 +0100 Subject: [PATCH] formatting again --- .../services/youtube/YoutubeThrottlingParameterUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingParameterUtils.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingParameterUtils.java index 7be94c8f3..d9756e388 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingParameterUtils.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingParameterUtils.java @@ -207,7 +207,7 @@ final class YoutubeThrottlingParameterUtils { // If the throttling parameter could not be parsed from the URL, it means that there is // no throttling parameter // Return null in this case - return null; + return null; } }