Skip to content

Commit a8889da

Browse files
committed
polish formatting
1 parent 4990e0e commit a8889da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaSchemaBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,9 +878,9 @@ protected final boolean isValidAssociation(Attribute<?,?> attribute) {
878878
private String getSchemaDescription(Attribute<?,?> attribute) {
879879
return IntrospectionUtils.introspect(attribute.getDeclaringType()
880880
.getJavaType())
881-
.getPropertyDescriptor(attribute)
882-
.flatMap(AttributePropertyDescriptor::getSchemaDescription)
883-
.orElse(null);
881+
.getPropertyDescriptor(attribute)
882+
.flatMap(AttributePropertyDescriptor::getSchemaDescription)
883+
.orElse(null);
884884
}
885885

886886
private String getSchemaDescription(EntityType<?> entityType) {

0 commit comments

Comments
 (0)