Skip to content

Commit 5d566c7

Browse files
committed
fix: indentation issues
1 parent 25dc35f commit 5d566c7

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

yt-x

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,30 +1320,29 @@ main() {
13201320
SHELL="bash"
13211321
clear
13221322
case "${CMD_ACTION}" in
1323-
Search)
1324-
unset CMD_ACTION
1325-
action="Search"
1326-
;;
1327-
*)
1328-
action="$(printf "\
1329-
${CYAN}${RESET} Your Feed
1330-
${CYAN}${RESET} Trending
1331-
${CYAN}󰐑${RESET} Playlists
1332-
${CYAN}${RESET} Search
1333-
${CYAN}${RESET} Watch Later
1334-
${CYAN}󰵀${RESET} Subscription Feed
1335-
${CYAN}󰑈${RESET} Channels
1336-
${CYAN}${RESET} Custom Playlists
1337-
${CYAN}${RESET} Liked Videos
1338-
${CYAN}${RESET} Saved Videos
1339-
${CYAN}${RESET} Watch History
1340-
${CYAN}${RESET} Recent
1341-
${CYAN}${RESET} Clips
1342-
${CYAN}${RESET} Edit Config
1343-
${CYAN}${RESET} Miscellaneous
1344-
${RED}󰈆${RESET} Exit
1345-
" | launcher "Select Action" | sed 's/.* //g')"
1346-
;;
1323+
Search)
1324+
unset CMD_ACTION
1325+
action="Search"
1326+
;;
1327+
*)
1328+
action="$(printf "\
1329+
${CYAN}${RESET} Your Feed
1330+
${CYAN}${RESET} Trending
1331+
${CYAN}󰐑${RESET} Playlists
1332+
${CYAN}${RESET} Search
1333+
${CYAN}${RESET} Watch Later
1334+
${CYAN}󰵀${RESET} Subscription Feed
1335+
${CYAN}󰑈${RESET} Channels
1336+
${CYAN}${RESET} Custom Playlists
1337+
${CYAN}${RESET} Liked Videos
1338+
${CYAN}${RESET} Saved Videos
1339+
${CYAN}${RESET} Watch History
1340+
${CYAN}${RESET} Recent
1341+
${CYAN}${RESET} Clips
1342+
${CYAN}${RESET} Edit Config
1343+
${CYAN}${RESET} Miscellaneous
1344+
${RED}󰈆${RESET} Exit" | launcher "Select Action" | sed 's/.* //g')"
1345+
;;
13471346
esac
13481347
[ "$action" = "Exit" ] && byebye
13491348

0 commit comments

Comments
 (0)