Skip to content

Commit

Permalink
Spacing check
Browse files Browse the repository at this point in the history
Spacing
  • Loading branch information
WCSumpton committed Sep 27, 2023
1 parent 605d0fb commit a5a985a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5a985a

Please sign in to comment.