Skip to content

Commit

Permalink
Updated StylishFormatter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alina tarasova committed May 3, 2024
1 parent 54de849 commit 1139afd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public static String render(List<Map<String, Object>> differences) throws Except

result.append(format("%s %s: %s", NONSYMBOL, name, oldValue)).append("\n");
}
default -> {
continue;
}
}
}
}
Expand Down

0 comments on commit 1139afd

Please sign in to comment.