Skip to content

Commit

Permalink
clean: 🖼️ format code
Browse files Browse the repository at this point in the history
  • Loading branch information
philippart-s committed May 2, 2024
1 parent 9c184a4 commit a82b401
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public void run() {
var list = ((List<CompletionResponse>) context.get("response"));
StringBuilder builder = new StringBuilder();


for (int i = 0; i < list.size(); i++) {

CompletionResponse response = list.get(i);
Expand Down

0 comments on commit a82b401

Please sign in to comment.