1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 08:19:03 -08:00

remove redundant line continuations

This commit is contained in:
Connor Olding 2024-07-10 05:41:32 -07:00
parent 2055bad993
commit 2548a2ca0f

View file

@ -297,13 +297,13 @@ __notice_upload() {
fi fi
REPLY= REPLY=
__notice_upload_to_sh_envs "$file" || __notice_retrying || \ __notice_upload_to_sh_envs "$file" || __notice_retrying ||
__notice_upload_to_at_oshi "$file" || __notice_retrying || \ __notice_upload_to_at_oshi "$file" || __notice_retrying ||
__notice_upload_to_net_filebin "$file" || __notice_retrying || \ __notice_upload_to_net_filebin "$file" || __notice_retrying ||
__notice_upload_to_org_c_net_paste "$file" || __notice_retrying || \ __notice_upload_to_org_c_net_paste "$file" || __notice_retrying ||
__notice_upload_to_io_file "$file" || __notice_retrying || \ __notice_upload_to_io_file "$file" || __notice_retrying ||
__notice_upload_to_moe_catbox_litterbox "$file" || __notice_retrying || \ __notice_upload_to_moe_catbox_litterbox "$file" || __notice_retrying ||
__notice_upload_to_com_bashupload "$file" || __notice_retrying || \ __notice_upload_to_com_bashupload "$file" || __notice_retrying ||
{ {
__notice_warn "failed to upload to every service, exiting." __notice_warn "failed to upload to every service, exiting."
return 1 return 1