From 5f3b8bea52dbb58d24c38289c765b11fbcd5dfeb Mon Sep 17 00:00:00 2001
From: litetex <40789489+litetex@users.noreply.github.com>
Date: Fri, 6 Aug 2021 22:12:49 +0200
Subject: [PATCH] Fixed format
---
.../util/external_communication/TimestampExtractor.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java b/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java
index 97f593b85..a13c66402 100644
--- a/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java
+++ b/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java
@@ -18,7 +18,8 @@ public final class TimestampExtractor {
* Get's a single timestamp from a matcher.
*
* @param timestampMatches The matcher which was created using {@link #TIMESTAMPS_PATTERN}
- * @param baseText The text where the pattern was applied to / where the matcher is based upon
+ * @param baseText The text where the pattern was applied to /
+ * where the matcher is based upon
* @return If a match occurred: a {@link TimestampMatchDTO} filled with information.
* If not null
.
*/