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 Jun 5, 2024
1 parent 519659d commit f70121b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harness/java/io/temporal/sdkfeatures/Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public static class Config {
}
feature.workflowServiceOptions(serviceBuild);
final var serviceOptions = serviceBuild.build();
final var directServiceOptions = serviceBuild.setTarget(config.serverHostPort).setSslContext(config.sslContext).build();
final var directServiceOptions =
serviceBuild.setTarget(config.serverHostPort).setSslContext(config.sslContext).build();

service = WorkflowServiceStubs.newConnectedServiceStubs(serviceOptions, Duration.ofSeconds(10));
// Shutdown service on failure
Expand Down

0 comments on commit f70121b

Please sign in to comment.