diff options
| author | Kyle Clemens <jkc.clemens@gmail.com> | 2015-10-01 17:15:23 -0400 |
|---|---|---|
| committer | Kyle Clemens <jkc.clemens@gmail.com> | 2015-10-01 17:15:23 -0400 |
| commit | 306ddeaab560c3304559bc41a3fa39e04bf83535 (patch) | |
| tree | 51673871069334d689cf6c21b3d9ffb8a7d64fb6 /src/main/java | |
| parent | a60ed6afd7dc0c018a01046addc946e39f8b1e1b (diff) | |
Updated: Bad formatting
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/org/drtshock/Potato.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/drtshock/Potato.java b/src/main/java/org/drtshock/Potato.java index d7c35a1..4110420 100644 --- a/src/main/java/org/drtshock/Potato.java +++ b/src/main/java/org/drtshock/Potato.java @@ -32,7 +32,7 @@ public class Potato implements Tuber { public void prepare() throws NotDeliciousException { this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "salt", "tabasco"); this.listCondiments(); - if(!this.isDelicious()) throw new NotDeliciousException(); + if (!this.isDelicious()) throw new NotDeliciousException(); } /** |
