This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit bd60325a authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Auto-format with prettier

parent 6c6eb7bd
Branches
2 merge requests!105Preparing März Release,!99E2e fix
......@@ -167,7 +167,7 @@ public class StatisticsResource {
// TODO there is a race condition, if serveral parallel requests do not find an entry.
if (searchService.findExerciseById(exerciseId).isPresent()) {
// the exercise exists in the meta data search index
// the exercise exists in the meta data search index
StatisticsDTO newStats = new StatisticsDTO();
newStats.setDownloads(0);
newStats.setViews(1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment