Skip to content

Commit

Permalink
Update AnnotationUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Oct 17, 2023
1 parent 4f65447 commit 7281509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void writeAnnotations(Append writer, Element element) {
continue;
}
final String annotationName = annotationMirror.getAnnotationType().toString();
final StringBuilder sb = new StringBuilder("@").append(annotationName).append("(");
final StringBuilder sb = new StringBuilder(" @").append(annotationName).append("(");
boolean first = true;

for (final var entry : annotationMirror.getElementValues().entrySet()) {
Expand Down

0 comments on commit 7281509

Please sign in to comment.