Skip to content

Commit

Permalink
remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Apr 29, 2021
1 parent eb639c1 commit 17a9aad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,10 @@ private Canvas getCanvasPage(Canvas canvas, int page) {
imageResource.setHeight(ir.getHeight());
imageResource.setWidth(ir.getWidth());
List<Service> services = ir.getServices().stream().map(s -> {

Service service = new ServiceImpl(s.getId().toString() + ";" + page);
service.setLabel(s.getLabel());
service.setContext(s.getContext());
service.setProfile(s.getProfile());

return service;
}).collect(Collectors.toList());
imageResource.setServices(services);
Expand Down

0 comments on commit 17a9aad

Please sign in to comment.