Skip to content

Commit

Permalink
Change whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 22, 2023
1 parent 462a13c commit 0afc27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public String toStringSimple() {
+ AnnotationUtils.toStringSimple(annotations)
+ ", "
+ TypesUtils.simpleTypeName(underlyingType)
+ ", poly nn/n="
+ ", poly nn/n = "
+ (isPolyNullNonNull ? 't' : 'f')
+ '/'
+ (isPolyNullNull ? 't' : 'f')
Expand Down

0 comments on commit 0afc27f

Please sign in to comment.