From 141cf7a5bcd50996b19e147d21172381c48a7802 Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Tue, 12 Dec 2023 09:45:30 +0100 Subject: [PATCH] Fix whitespace linter (#17) After merge of https://github.com/EnAccess/micropowermanager-cloud/pull/4 few whitespace issues are still left in the code base. Fixing them here. --- .../mpmanager/routes/resources/CustomerRegistrationApp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/htdocs/mpmanager/routes/resources/CustomerRegistrationApp.php b/Website/htdocs/mpmanager/routes/resources/CustomerRegistrationApp.php index d96e6bc4f..93147b5d1 100644 --- a/Website/htdocs/mpmanager/routes/resources/CustomerRegistrationApp.php +++ b/Website/htdocs/mpmanager/routes/resources/CustomerRegistrationApp.php @@ -26,4 +26,4 @@ Route::get('/connection-types', 'ConnectionTypeController@index'); Route::get('/sub-connection-types', 'SubConnectionTypeController@index'); Route::post('/', 'CustomerRegistrationAppController@store'); -}); \ No newline at end of file +});