Skip to content

Commit

Permalink
Fix whitespace linter
Browse files Browse the repository at this point in the history
After merge of #4 few whitespace issues are still left in the code base. Fixing them here.
  • Loading branch information
dmohns committed Dec 12, 2023
1 parent 3354585 commit e380205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
Route::get('/connection-types', 'ConnectionTypeController@index');
Route::get('/sub-connection-types', 'SubConnectionTypeController@index');
Route::post('/', 'CustomerRegistrationAppController@store');
});
});

0 comments on commit e380205

Please sign in to comment.