mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 06:56:53 +00:00
[index] Fix coding styles
This commit is contained in:
parent
fa4b3608b4
commit
23d3819ddb
@ -179,8 +179,7 @@ try {
|
||||
. $title
|
||||
. '&body='
|
||||
. $body
|
||||
. '&labels=bug+report'
|
||||
. '&assignee='
|
||||
. '&labels=bug+report&assignee='
|
||||
. $bridge->getMaintainer();
|
||||
|
||||
$message = <<<EOD
|
||||
@ -227,8 +226,7 @@ EOD;
|
||||
. $title
|
||||
. '&body='
|
||||
. $body
|
||||
. '&labels=bug+report'
|
||||
. '&assignee='
|
||||
. '&labels=bug+report&assignee='
|
||||
. $bridge->getMaintainer();
|
||||
|
||||
$message = <<<EOD
|
||||
|
Loading…
Reference in New Issue
Block a user