Updated: Bad formatting

This commit is contained in:
Kyle Clemens 2015-10-01 17:15:23 -04:00
parent a60ed6afd7
commit 306ddeaab5

View file

@ -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();
}
/**