Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 12, 2024
1 parent 063216c commit 54af2b2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import io.openbas.database.model.Exercise;
import io.openbas.database.model.ExerciseStatus;
import io.openbas.database.model.Team;

import java.time.Instant;
import java.util.List;

Expand Down Expand Up @@ -45,5 +44,4 @@ public static Exercise createDefaultIncidentResponseExercise() {
exercise.setStart(Instant.now());
return exercise;
}

}

0 comments on commit 54af2b2

Please sign in to comment.