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
|
. $title
|
||||||
. '&body='
|
. '&body='
|
||||||
. $body
|
. $body
|
||||||
. '&labels=bug+report'
|
. '&labels=bug+report&assignee='
|
||||||
. '&assignee='
|
|
||||||
. $bridge->getMaintainer();
|
. $bridge->getMaintainer();
|
||||||
|
|
||||||
$message = <<<EOD
|
$message = <<<EOD
|
||||||
@ -227,8 +226,7 @@ EOD;
|
|||||||
. $title
|
. $title
|
||||||
. '&body='
|
. '&body='
|
||||||
. $body
|
. $body
|
||||||
. '&labels=bug+report'
|
. '&labels=bug+report&assignee='
|
||||||
. '&assignee='
|
|
||||||
. $bridge->getMaintainer();
|
. $bridge->getMaintainer();
|
||||||
|
|
||||||
$message = <<<EOD
|
$message = <<<EOD
|
||||||
|
Loading…
Reference in New Issue
Block a user