Fixed: Standardize spaces
This commit is contained in:
parent
88f50eb9fd
commit
0c30963c23
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ public class Potato implements Tuber {
|
|||
public static void main(String[] args) {
|
||||
final Potato potato = new Potato();
|
||||
try {
|
||||
potato.prepare();
|
||||
System.out.println("Of course potato is prepared and delicious.");
|
||||
potato.prepare();
|
||||
System.out.println("Of course potato is prepared and delicious.");
|
||||
} catch (NotDeliciousException e) {
|
||||
System.err.println("Fatal error! How could potato not be delicious?");
|
||||
System.err.println("Fatal error! How could potato not be delicious?");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue