Skip to content

Commit

Permalink
Fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Aug 18, 2024
1 parent b5b7f58 commit 8a478b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void executeCourseChatPipeline(String variant, IrisCourseChatSession sess
competencyJol == null ? null : CompetencyJolDTO.of(competencyJol),
pyrisDTOService.toPyrisMessageDTOList(session.getMessages()),
new PyrisUserDTO(session.getUser()),
executionDto.settings(), // flatten the execution dto here
executionDto.settings(), // flatten the execution dto here
executionDto.initialStages()
);
},
Expand Down

0 comments on commit 8a478b4

Please sign in to comment.