From b07c4caa3713cbd9bb9811a0735e5624cd566720 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 30 Sep 2022 11:47:27 -0700 Subject: [PATCH] Extra whitespace Signed-off-by: snipe --- app/Http/Controllers/ReportsController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/ReportsController.php b/app/Http/Controllers/ReportsController.php index 78972a46ec..324dc2638f 100644 --- a/app/Http/Controllers/ReportsController.php +++ b/app/Http/Controllers/ReportsController.php @@ -23,6 +23,8 @@ use Input; use League\Csv\Reader; use Symfony\Component\HttpFoundation\StreamedResponse; use League\Csv\EscapeFormula; + + /** * This controller handles all actions related to Reports for * the Snipe-IT Asset Management application.