Skip to content

Commit c890f89

Browse files
committed
Run ./gradlew :spotlessApply
1 parent c7ae5cc commit c890f89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,9 @@ public Project updateProject(Project project) throws GitLabApiException {
14551455
.withParam("shared_runners_enabled", project.getSharedRunnersEnabled())
14561456
.withParam("public_jobs", project.getPublicJobs())
14571457
.withParam("only_allow_merge_if_pipeline_succeeds", project.getOnlyAllowMergeIfPipelineSucceeds())
1458-
.withParam("ci_pipeline_variables_minimum_override_role", project.getCiPipelineVariablesMinimumOverrideRole())
1458+
.withParam(
1459+
"ci_pipeline_variables_minimum_override_role",
1460+
project.getCiPipelineVariablesMinimumOverrideRole())
14591461
.withParam(
14601462
"only_allow_merge_if_all_discussions_are_resolved",
14611463
project.getOnlyAllowMergeIfAllDiscussionsAreResolved())

0 commit comments

Comments
 (0)