mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 17:15:32 +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
|
||||
{
|
||||
return implode(
|
||||
PHP_EOL,
|
||||
'',
|
||||
[
|
||||
PHP_EOL,
|
||||
Message::blue(
|
||||
_('----------------')
|
||||
),
|
||||
|
|
@ -384,8 +383,7 @@ class Cli
|
|||
$this->source
|
||||
) + $this->time
|
||||
)
|
||||
),
|
||||
PHP_EOL
|
||||
)
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue