aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-08 06:06:25 +0300
committerThanos Apollo <[email protected]>2023-07-08 06:06:25 +0300
commitd006e10bd7068d26ff3e4013da8c09191ac1fc7f (patch)
treef3020d51fcfc61fceaaa1728e33c1e2683e1ff68
parentd14c52b496f72fc288a339d6dda24a0cdcf98c79 (diff)
fix: indentation
-rw-r--r--yeetube.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/yeetube.el b/yeetube.el
index b963e50..410680a 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -195,8 +195,8 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]"
(while (< (length video-ids) yeetube-results-limit)
(condition-case err
(if is-youtube?
- (search-forward "videoId")
- (search-forward "watch?v"))
+ (search-forward "videoId")
+ (search-forward "watch?v"))
(error
(display-warning 'yeetube
(format