mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 09:05:31 +00:00
fix line separators
This commit is contained in:
parent
37d9fa4a26
commit
fb6f181423
1 changed files with 2 additions and 4 deletions
|
|
@ -334,9 +334,8 @@ class Cli
|
||||||
private function _summary(): string
|
private function _summary(): string
|
||||||
{
|
{
|
||||||
return implode(
|
return implode(
|
||||||
PHP_EOL,
|
'',
|
||||||
[
|
[
|
||||||
PHP_EOL,
|
|
||||||
Message::blue(
|
Message::blue(
|
||||||
_('----------------')
|
_('----------------')
|
||||||
),
|
),
|
||||||
|
|
@ -384,8 +383,7 @@ class Cli
|
||||||
$this->source
|
$this->source
|
||||||
) + $this->time
|
) + $this->time
|
||||||
)
|
)
|
||||||
),
|
)
|
||||||
PHP_EOL
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue