Skip to content

Commit

Permalink
Spotless correction. I would love to induce somebody to fix the spotl…
Browse files Browse the repository at this point in the history
…ess specification so that all 3rd party imports are in the same alphabetical block.

Signed-off-by: Greg Schohn <[email protected]>
  • Loading branch information
gregschohn committed Oct 2, 2024
1 parent d60125d commit 69f3844
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
import java.util.concurrent.TimeUnit;
import java.util.function.Function;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.SneakyThrows;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
Expand All @@ -29,6 +26,9 @@
import org.opensearch.testcontainers.OpensearchContainer;

import eu.rekawek.toxiproxy.model.ToxicDirection;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.jetbrains.annotations.NotNull;
import org.testcontainers.containers.Network;
Expand Down

0 comments on commit 69f3844

Please sign in to comment.