Skip to content

Commit

Permalink
Move else on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Mar 2, 2019
1 parent 6c12eb1 commit d30d72b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ protected Optional<Issue> createIssue(final Matcher matcher, final IssueBuilder
builder.setPackageName("-");
}
builder.setModuleName(moduleName);
} else {
}
else {
builder.setPackageName("-")
.setModuleName("-");
}
Expand Down

0 comments on commit d30d72b

Please sign in to comment.