diff --git a/lib/api/branches.rb b/lib/api/branches.rb
index 431d52a98ea0e7230e4774c8bec33dc0f73599cf..592100a7045b37e84072190392478d499335ee1b 100644
--- a/lib/api/branches.rb
+++ b/lib/api/branches.rb
@@ -100,7 +100,7 @@ module API
       #   branch (required) - The name of the branch
       # Example Request:
       #   DELETE /projects/:id/repository/branches/:branch
-      delete ":id/repository/branches/:branch"
+      delete ":id/repository/branches/:branch",
           requirements: { branch: /.*/ } do
         authorize_push_project
         result = DeleteBranchService.new(user_project, current_user).