Skip to content

Commit 4183669

Browse files
committed
fix: Format code correctly
Signed-off-by: oli-ver <[email protected]>
1 parent 2137827 commit 4183669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/NotesApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(
3636
MetaService $metaService,
3737
SettingsService $settingsService,
3838
Helper $helper,
39-
IMimeTypeDetector $mimeTypeDetector
39+
IMimeTypeDetector $mimeTypeDetector,
4040
) {
4141
parent::__construct($AppName, $request);
4242
$this->service = $service;

0 commit comments

Comments
 (0)