Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Feb 19, 2024
1 parent bba3956 commit b185623
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/stubs/oc_transcription.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

use OCP\BackgroundJob\QueuedJob;

class TranscriptionJob extends QueuedJob
{
protected function run($argument)
{
class TranscriptionJob extends QueuedJob {
protected function run($argument) {
}
}
}

0 comments on commit b185623

Please sign in to comment.