Skip to content

Commit

Permalink
removing empty statement and unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-li-1016 committed Jan 29, 2025
1 parent 9f6a609 commit 1ec27e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/arcade/patch/agent/cell/PatchCellTissue.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sim.engine.SimState;
import ec.util.MersenneTwisterFast;
import arcade.core.agent.cell.CellState;
import arcade.core.agent.process.Process;
import arcade.core.env.location.Location;
import arcade.core.sim.Simulation;
import arcade.core.util.GrabBag;
Expand Down
1 change: 0 additions & 1 deletion test/arcade/patch/agent/cell/PatchCellCARTTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void setUp() throws NoSuchFieldException, IllegalAccessException {
double criticalVolume = randomDoubleBetween(100, 200);
double criticalHeight = randomDoubleBetween(4, 10);
PatchEnums.State state = PatchEnums.State.UNDEFINED;
;

container =
new PatchCellContainer(
Expand Down

0 comments on commit 1ec27e7

Please # to comment.