Skip to content
Snippets Groups Projects
Commit d53d0b1c authored by Tibo's avatar Tibo
Browse files

fix style

parent 4356a4bc
No related branches found
No related tags found
No related merge requests found
Pipeline #4520 passed
......@@ -83,8 +83,9 @@ class MarkController extends Controller
if ($detector === null) {
session()->flash(
'error',
$label . ' is not a detector and does not produce a ranking');
'error',
$label . ' is not a detector and does not produce a ranking'
);
return redirect(action('MarkController@rankingHome'));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment