Skip to content

Commit

Permalink
chore: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Mar 6, 2025
1 parent 44f6e9b commit bf4c69f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;

import org.cardanofoundation.lob.app.netsuite_altavia_erp_adapter.client.responses.ApiResponse;
import org.cardanofoundation.lob.app.netsuite_altavia_erp_adapter.client.responses.TokenReponse;
import org.springframework.http.HttpStatusCode;
import org.springframework.web.reactive.function.client.WebClient;
import org.springframework.web.util.UriComponentsBuilder;
Expand All @@ -44,6 +42,9 @@
import org.zalando.problem.Problem;
import org.zalando.problem.Status;

import org.cardanofoundation.lob.app.netsuite_altavia_erp_adapter.client.responses.ApiResponse;
import org.cardanofoundation.lob.app.netsuite_altavia_erp_adapter.client.responses.TokenReponse;

@Slf4j
@RequiredArgsConstructor
public class NetSuiteClient {
Expand Down

0 comments on commit bf4c69f

Please sign in to comment.