formatting

This commit is contained in:
spencergibb
2021-05-21 17:23:15 -04:00
parent 908ee92a8e
commit 99742d2adb

View File

@@ -30,8 +30,7 @@ public class ConsulCatalogWatchTests {
@Test
public void isRunningReportsCorrectly() {
ConsulDiscoveryProperties properties = new ConsulDiscoveryProperties(
new InetUtils(new InetUtilsProperties()));
ConsulDiscoveryProperties properties = new ConsulDiscoveryProperties(new InetUtils(new InetUtilsProperties()));
ConsulCatalogWatch watch = new ConsulCatalogWatch(properties, null) {
@Override
public void catalogServicesWatch() {