Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed May 1, 2023
1 parent f080e7c commit ef1e175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private InverseReferenceRelationships(Map<String, ArrayList<String>> map) {

private InverseReferenceRelationships inverseReferenceRelationships(List<Path> files) {
if (!options.emitInverseRelationships) {
return new InverseReferenceRelationships(Collections.emptyMap());
return new InverseReferenceRelationships(Collections.emptyMap());
}
return new InverseReferenceRelationships(
filesStream(files)
Expand Down

0 comments on commit ef1e175

Please sign in to comment.