Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 13, 2023
1 parent d964d64 commit 3366181
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ public static Unit givenSeaUnitFirstStrikeAndEvade() {
return unitAndAttachment.unit;
}

public static Unit givenSeaUnitFirstStrikeAndEvadeAndCanNotBeTargetedBy(final UnitType otherType) {
public static Unit givenSeaUnitFirstStrikeAndEvadeAndCanNotBeTargetedBy(
final UnitType otherType) {
final UnitAndAttachment unitAndAttachment = newSeaUnitAndAttachment();
when(unitAndAttachment.unitAttachment.getIsFirstStrike()).thenReturn(true);
when(unitAndAttachment.unitAttachment.getCanEvade()).thenReturn(true);
Expand Down

0 comments on commit 3366181

Please sign in to comment.