src: style sweep

This commit is contained in:
Franco Fichtner 2023-11-09 07:42:24 +01:00
parent 72170de8ad
commit 7ee772a4c5

View File

@ -185,7 +185,7 @@ class BackupController extends ApiControllerBase
/**
* download specified backup, when left empty the latest is offered
*/
public function downloadAction($host, $backup=null)
public function downloadAction($host, $backup = null)
{
$providers = $this->providers();
if (!empty($providers[$host])) {