Skip to content

Commit

Permalink
fix: Apply changes after code review
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
  • Loading branch information
o-kopysov committed Aug 23, 2024
1 parent cdba8f8 commit 0d32c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/lpvs/entity/report/LPVSReportBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public LPVSReportBuilder(TemplateEngine templateEngine) {
private final String restricted = "RESTRICTED";
private final String prohibited = "PROHIBITED";
private final String unreviewed = "UNREVIEWED";
private final String boldStart = "\033[1m";
private final String boldEnd = "\033[0m";

/**
* A class representing a group of elements with a count.
Expand Down

0 comments on commit 0d32c56

Please sign in to comment.