cleanup
This commit is contained in:
parent
bfa2c21013
commit
cc72a5fb94
@ -114,7 +114,7 @@ public class TestReport {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
final var jsonNode = objectMapper.readTree(json);
|
final var jsonNode = objectMapper.readTree(json);
|
||||||
return "// pretty json\n" + objectMapper.writerWithDefaultPrettyPrinter().writeValueAsString(jsonNode);
|
return objectMapper.writerWithDefaultPrettyPrinter().writeValueAsString(jsonNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String asClickableLink(final File file) {
|
private String asClickableLink(final File file) {
|
||||||
|
Loading…
Reference in New Issue
Block a user