Skip to content

Commit f6a5bb0

Browse files
committed
resolving comments
1 parent 56689a9 commit f6a5bb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/java/google/registry/tools/RdapQueryCommand.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
import com.beust.jcommander.Parameters;
2222
import com.google.common.collect.ImmutableMap;
2323
import com.google.common.flogger.FluentLogger;
24-
import google.registry.request.Action.Service;
2524
import com.google.gson.Gson;
2625
import com.google.gson.GsonBuilder;
2726
import com.google.gson.JsonElement;
2827
import com.google.gson.JsonParser;
2928
import google.registry.config.RegistryConfig.Config;
29+
import google.registry.request.Action.Service;
3030
import jakarta.inject.Inject;
3131
import java.io.IOException;
3232

@@ -123,8 +123,7 @@ public void run() throws IOException {
123123

124124
RequestData requestData = type.getRequestData(queryTerm);
125125

126-
ServiceConnection pubapiConnection =
127-
defaultConnection.withService(Service.PUBAPI, useCanary);
126+
ServiceConnection pubapiConnection = defaultConnection.withService(Service.PUBAPI, useCanary);
128127
String rdapResponse =
129128
pubapiConnection.sendGetRequest(requestData.path, requestData.queryParams);
130129

0 commit comments

Comments
 (0)