Skip to content

Commit

Permalink
run spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 21, 2024
1 parent be131f8 commit 2496a7e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
import io.temporal.client.WorkflowClientOptions;
import io.temporal.serviceclient.WorkflowServiceStubs;
import io.temporal.serviceclient.WorkflowServiceStubsOptions;
import org.apache.commons.cli.*;

import javax.net.ssl.SSLException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import javax.net.ssl.SSLException;
import org.apache.commons.cli.*;

public class ClientOptions {
public static WorkflowClient getWorkflowClient(String[] args) {
Expand Down

0 comments on commit 2496a7e

Please sign in to comment.