Browse Source

make sure files end with emtpy line

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v12.0.0beta1
Christoph Wurst 7 years ago
parent
commit
2f30a71b19

+ 1
- 1
apps/twofactor_backupcodes/appinfo/app.php View File

@@ -22,4 +22,4 @@

// @codeCoverageIgnoreStart
OC_App::registerPersonal('twofactor_backupcodes', 'settings/personal');
// @codeCoverageIgnoreEnd
// @codeCoverageIgnoreEnd

+ 1
- 1
apps/twofactor_backupcodes/appinfo/routes.php View File

@@ -34,4 +34,4 @@ return [
],
]
];
// @codeCoverageIgnoreEnd
// @codeCoverageIgnoreEnd

Loading…
Cancel
Save