Skip to content

Commit

Permalink
Updated PlainFormatter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alina tarasova committed May 3, 2024
1 parent 732e682 commit 54de849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/hexlet/code/formatters/PlainFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ public static String render(List<Map<String, Object>> differences) {
.append("\n");

}
default -> {}
default -> {
continue;
}
}
}
}
Expand Down

0 comments on commit 54de849

Please sign in to comment.