Skip to content

Commit

Permalink
chore: removed unnecessary break-line
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Feb 28, 2024
1 parent 0eb36d6 commit 7cbef2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String getReturnType() {

public String getParametersSignature() {
return parameters.stream().map(Parameter::parameterName)
.collect(joining(",\n"));
.collect(joining(", "));
}

void update(Function<MethodMetadata, MethodGenerator> methodGeneratorFactory) {
Expand Down

0 comments on commit 7cbef2a

Please sign in to comment.