Format AnalysisResultsViewModel.java

This commit is contained in:
Richard Cordovano 2021-08-27 17:07:08 -04:00
parent 633ef5a3b3
commit 187dae19e6

View File

@ -252,7 +252,7 @@ public class AnalysisResultsViewModel {
try {
nodeContent = Optional.of(content);
// get the aggregate score of that content
aggregateScore = Optional.ofNullable(content.getAggregateScore());