Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Sep 18, 2023
1 parent eb0f337 commit f5aa17a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,7 @@ public JsonObjectBuilder getOREMapBuilder(boolean aggregationOnly) {
aggBuilder.add(JsonLDTerm.ore("aggregates").getLabel(), aggResArrayBuilder.build())
.add(JsonLDTerm.schemaOrg("hasPart").getLabel(), fileArray.build()).build())
// and finally add the context
.add("@context", contextBuilder.build())
;



.add("@context", contextBuilder.build());
return oremapBuilder;
}
}
Expand Down

0 comments on commit f5aa17a

Please sign in to comment.