Skip to content

Commit a6f5dd9

Browse files
authored
fix: Remove extra space from patch description (#2780)
1 parent 97c4682 commit a6f5dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
1717

1818
@Patch(
1919
name = "Enable slide to seek",
20-
description = "Adds an option to enable slide to seek instead of playing at 2x speed when pressing and holding in the video player. Including this patch may cause issues with tapping or double tapping the video player overlay.",
20+
description = "Adds an option to enable slide to seek instead of playing at 2x speed when pressing and holding in the video player. Including this patch may cause issues with tapping or double tapping the video player overlay.",
2121
dependencies = [IntegrationsPatch::class, SettingsPatch::class, AddResourcesPatch::class],
2222
compatiblePackages = [
2323
CompatiblePackage(

0 commit comments

Comments
 (0)