Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannetty committed Jul 30, 2024
1 parent c8f33ff commit f1abaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arcade/potts/agent/cell/PottsCellTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public void stop_called_callsMethod() {
cell.stop();
verify(cell.stopper).stop();
}

@Test
public void make_noRegions_setsFields() {
double criticalVolume = randomDoubleBetween(10, 100);
Expand Down

0 comments on commit f1abaf0

Please sign in to comment.