mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:09:03 -08:00
remove redundant line continuations
This commit is contained in:
parent
2055bad993
commit
2548a2ca0f
1 changed files with 7 additions and 7 deletions
14
sh/notice
14
sh/notice
|
@ -297,13 +297,13 @@ __notice_upload() {
|
|||
fi
|
||||
|
||||
REPLY=
|
||||
__notice_upload_to_sh_envs "$file" || __notice_retrying || \
|
||||
__notice_upload_to_at_oshi "$file" || __notice_retrying || \
|
||||
__notice_upload_to_net_filebin "$file" || __notice_retrying || \
|
||||
__notice_upload_to_org_c_net_paste "$file" || __notice_retrying || \
|
||||
__notice_upload_to_io_file "$file" || __notice_retrying || \
|
||||
__notice_upload_to_moe_catbox_litterbox "$file" || __notice_retrying || \
|
||||
__notice_upload_to_com_bashupload "$file" || __notice_retrying || \
|
||||
__notice_upload_to_sh_envs "$file" || __notice_retrying ||
|
||||
__notice_upload_to_at_oshi "$file" || __notice_retrying ||
|
||||
__notice_upload_to_net_filebin "$file" || __notice_retrying ||
|
||||
__notice_upload_to_org_c_net_paste "$file" || __notice_retrying ||
|
||||
__notice_upload_to_io_file "$file" || __notice_retrying ||
|
||||
__notice_upload_to_moe_catbox_litterbox "$file" || __notice_retrying ||
|
||||
__notice_upload_to_com_bashupload "$file" || __notice_retrying ||
|
||||
{
|
||||
__notice_warn "failed to upload to every service, exiting."
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue