Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed May 23, 2024
1 parent 97b05d1 commit f7ae191
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,12 @@ public final class MissionControl
StringJoiner joiner = new StringJoiner("\n\n");
for (String failureMessage : messages)
joiner.add(failureMessage);
System.out.println("Multiple failures\n" +
"-----------------\n" +
joiner);
System.out.println("Multiple failures\n-----------------\n" + joiner);
}
}
```

Some of the failure messages you might see look like this:
Potential error messages look like this:

```
java.lang.NullPointerException: "args" may not be null
Expand Down

0 comments on commit f7ae191

Please sign in to comment.