Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwarz committed Sep 20, 2021
1 parent c431f5c commit 921dbce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ private void convertDccStatus(final BookingPassengerResponse passengerResponse,

final List<BookingPassengerDccStatusResultResponse> results = dccStatusEntity.getResults().stream()
.map(resultEntity -> {
final BookingPassengerDccStatusResultResponse resultResponse = new BookingPassengerDccStatusResultResponse();
final BookingPassengerDccStatusResultResponse resultResponse =
new BookingPassengerDccStatusResultResponse();
resultResponse.setIdentifier(resultEntity.getIdentifier());
resultResponse.setResult(resultEntity.getResult().name());
resultResponse.setType(resultEntity.getType().getName());
Expand Down

0 comments on commit 921dbce

Please sign in to comment.