mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(coding style): Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
f2eb2241bb
commit
a9b5d1f9da
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ class SpeechToTextManager implements ISpeechToTextManager {
|
|||
private Coordinator $coordinator,
|
||||
private LoggerInterface $logger,
|
||||
private IJobList $jobList,
|
||||
) { }
|
||||
) {
|
||||
}
|
||||
|
||||
public function getProviders(): array {
|
||||
$context = $this->coordinator->getRegistrationContext();
|
||||
|
|
|
|||
Loading…
Reference in a new issue