Skip to content
Snippets Groups Projects
Commit 5a31e8b2 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

formatting

parent 5d953239
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ public class FeedbackHandler extends AbstractHandler{ ...@@ -25,7 +25,7 @@ public class FeedbackHandler extends AbstractHandler{
print("Successfully sorted object " + object + " with color " + color); print("Successfully sorted object " + object + " with color " + color);
} else { } else {
print("Failed to sort object " + object); print("Failed to sort object " + object);
result.getErrorList().forEach(err -> print(err)); result.getErrorList().forEach(this::print);
} }
tokens.subList(1, tokens.size()).clear(); tokens.subList(1, tokens.size()).clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment