Skip to content

Commit

Permalink
Fix whitespace linter (#17)
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 authored Dec 12, 2023
1 parent 3354585 commit 141cf7a
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 141cf7a

Please sign in to comment.