3227 Formatting
This commit is contained in:
parent
c91817c55a
commit
cce458f98a
@ -37,9 +37,8 @@ class SyncReviewerWithDaisy {
|
||||
try {
|
||||
Set<ProjectParticipant> contributors = daisyAPI.getContributors(project.getIdentifier());
|
||||
for (ProjectParticipant contributor : contributors) {
|
||||
if (Objects.equals(
|
||||
contributor.getPerson().getId(),
|
||||
reviewer.getIdentifier()) && Objects.equals(Role.REVIEWER, contributor.getRole()))
|
||||
if (Objects.equals(contributor.getPerson().getId(), reviewer.getIdentifier())
|
||||
&& Objects.equals(Role.REVIEWER, contributor.getRole()))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user