File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core/src/main/java/google/registry/tools Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121import com .beust .jcommander .Parameters ;
2222import com .google .common .collect .ImmutableMap ;
2323import com .google .common .flogger .FluentLogger ;
24- import google .registry .request .Action .Service ;
2524import com .google .gson .Gson ;
2625import com .google .gson .GsonBuilder ;
2726import com .google .gson .JsonElement ;
2827import com .google .gson .JsonParser ;
2928import google .registry .config .RegistryConfig .Config ;
29+ import google .registry .request .Action .Service ;
3030import jakarta .inject .Inject ;
3131import 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
You can’t perform that action at this time.
0 commit comments