From a5a985af17f62e66be78837d254558b194155b4b Mon Sep 17 00:00:00 2001 From: WCSumpton Date: Wed, 27 Sep 2023 11:29:29 -0400 Subject: [PATCH] Spacing check Spacing --- .../games/strategy/triplea/attachments/RulesAttachment.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/game-app/game-core/src/main/java/games/strategy/triplea/attachments/RulesAttachment.java b/game-app/game-core/src/main/java/games/strategy/triplea/attachments/RulesAttachment.java index b093872f069..7030b0fc654 100644 --- a/game-app/game-core/src/main/java/games/strategy/triplea/attachments/RulesAttachment.java +++ b/game-app/game-core/src/main/java/games/strategy/triplea/attachments/RulesAttachment.java @@ -1090,11 +1090,7 @@ public MutableProperty getPropertyOrNull(String propertyName) { this::getRelationship, this::resetRelationship); case "isAI": - return MutableProperty.of( - this::setIsAI, - this::setIsAI, - this::getIsAI, - this::resetIsAI); + return MutableProperty.of(this::setIsAI, this::setIsAI, this::getIsAI, this::resetIsAI); case "atWarPlayers": return MutableProperty.of( this::setAtWarPlayers,