Fix checkstyle errors
This commit is contained in:
@@ -66,6 +66,6 @@ public class Queen implements Royalty {
|
||||
* @return A value which describes if the flirt was successful or not.
|
||||
*/
|
||||
public boolean getFlirted(King king) {
|
||||
return this.isFlirty && king.isHappy && !king.isDrunk;
|
||||
return this.isFlirty && king.isHappy && !king.isDrunk;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user