Skip to content

Commit

Permalink
reformat files in order to be compliant with the reformat-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Mar 7, 2022
1 parent 11316db commit f536260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

public class DockerTest {

private static final String TEST_PULSAR_DOCKER_IMAGE_NAME = System.getProperty("testPulsarDockerImageName");
private static final String TEST_PULSAR_DOCKER_IMAGE_NAME =
System.getProperty("testPulsarDockerImageName");

@Test
public void testPulsar272() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

public class PulsarContainer implements AutoCloseable {

private static final String TEST_PULSAR_DOCKER_IMAGE_NAME = System
.getProperty("testResourceAdapterPulsarDockerImageName", "apachepulsar/pulsar:2.8.2");
private static final String TEST_PULSAR_DOCKER_IMAGE_NAME =
System.getProperty("testResourceAdapterPulsarDockerImageName", "apachepulsar/pulsar:2.8.2");

private GenericContainer<?> pulsarContainer;
private final Network network;
Expand Down

0 comments on commit f536260

Please sign in to comment.