Skip to content

Commit

Permalink
Fixed logging output which was omitted completely. Also reformatted s…
Browse files Browse the repository at this point in the history
…ome source code.
  • Loading branch information
david-waltermire authored and aj-stein-gsa committed Dec 10, 2024
1 parent ad05451 commit f029f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected void handleConstraintValidationFinding(@NonNull ConstraintValidationFi
helpUrls.stream().collect(Collectors.joining(", ")));
}

getLogger(finding).log();
getLogger(finding).log(ansi);
}

@NonNull
Expand Down

0 comments on commit f029f98

Please sign in to comment.