Commit 93fe91a6 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed formatting issue.

parent e4d289f9
...@@ -2945,7 +2945,7 @@ public class ProjectApi extends AbstractApi implements Constants { ...@@ -2945,7 +2945,7 @@ public class ProjectApi extends AbstractApi implements Constants {
*/ */
public void triggerHousekeeping(Object projectIdOrPath) throws GitLabApiException { public void triggerHousekeeping(Object projectIdOrPath) throws GitLabApiException {
post(Response.Status.OK, (Form) null, "projects", getProjectIdOrPath(projectIdOrPath), "housekeeping"); post(Response.Status.OK, (Form) null, "projects", getProjectIdOrPath(projectIdOrPath), "housekeeping");
} }
/** /**
* Gets a list of a project’s badges and its group badges. * Gets a list of a project’s badges and its group badges.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment