Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Feb 25, 2022
1 parent c94054e commit b300185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public default void prepare(FusekiServer.Builder serverBuilder, Set<String> data
* </pre>
*/
public default void configured(DataAccessPointRegistry dapRegistry, Model configModel) {
dapRegistry.accessPoints().forEach(accessPoint->configDataAccessPoint( accessPoint, configModel));
dapRegistry.accessPoints().forEach(accessPoint->configDataAccessPoint(accessPoint, configModel));
}

/**
Expand Down

0 comments on commit b300185

Please sign in to comment.