Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjabrain1 committed Sep 6, 2024
1 parent 136d651 commit 356690f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import ninjabrainbot.event.IObservable;
import ninjabrainbot.model.datastate.common.IOverworldPosition;
import ninjabrainbot.model.datastate.common.IPlayerPosition;
import ninjabrainbot.model.datastate.common.OverworldPosition;
import ninjabrainbot.model.datastate.common.StructureInformation;
import ninjabrainbot.model.datastate.stronghold.ChunkPrediction;
import ninjabrainbot.model.domainmodel.DataComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* Any modifications to a DataComponent are automatically saved by the DomainModel, for the undo action to work.
* The generic type T should be immutable to ensure that no modifications to the data go unnoticed by the domain model.
*/
public interface IDataComponent<T extends Serializable> extends IFundamentalComponent<T, T>{
public interface IDataComponent<T extends Serializable> extends IFundamentalComponent<T, T> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;

import ninjabrainbot.event.IObservableList;
import ninjabrainbot.event.IReadOnlyList;
Expand Down

0 comments on commit 356690f

Please sign in to comment.