From d53d0b1cd772d1d23febee00b8a837baade4b719 Mon Sep 17 00:00:00 2001
From: Thibault Debatty <thibault.debatty@gmail.com>
Date: Wed, 28 Oct 2020 13:45:47 +0100
Subject: [PATCH] fix style

---
 app/Http/Controllers/MarkController.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/Http/Controllers/MarkController.php b/app/Http/Controllers/MarkController.php
index 97b2e5b..e0ac9d9 100644
--- a/app/Http/Controllers/MarkController.php
+++ b/app/Http/Controllers/MarkController.php
@@ -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'));
         }
 
-- 
GitLab