Skip to content

Commit da83adc

Browse files
authored
Apply fixes from StyleCI (#257)
1 parent 1f0cb8a commit da83adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Route::get('/{repository}/actions', '\\'.ListActionsController::class);
3535
Route::get('/{repository}/{repositoryId}/actions', '\\'.ListRepositoryActionsController::class);
3636
Route::post('/{repository}/action', '\\'.PerformActionController::class);
37-
Route::post('/{repository}/actions', '\\'.PerformActionController::class);// alias to the previous route
37+
Route::post('/{repository}/actions', '\\'.PerformActionController::class); // alias to the previous route
3838
Route::post('/{repository}/{repositoryId}/action', '\\'.PerformRepositoryActionController::class);
3939
Route::post('/{repository}/{repositoryId}/actions', '\\'.PerformRepositoryActionController::class); // alias to the previous route
4040

0 commit comments

Comments
 (0)