Skip to content

Commit 245865a

Browse files
committed
fix(java): format
1 parent 8251007 commit 245865a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

openfeature-provider/java/src/main/java/com/spotify/confidence/sdk/OpenFeatureLocalResolveProvider.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ public class OpenFeatureLocalResolveProvider implements FeatureProvider {
6464
new AtomicReference<>(ProviderState.NOT_READY);
6565
private volatile boolean initialized = false;
6666
private static final Sdk SDK =
67-
Sdk.newBuilder()
68-
.setId(SdkId.SDK_ID_JAVA_LOCAL_PROVIDER)
69-
.setVersion(Version.VERSION)
70-
.build();
67+
Sdk.newBuilder().setId(SdkId.SDK_ID_JAVA_LOCAL_PROVIDER).setVersion(Version.VERSION).build();
7168

7269
private static long getPollIntervalSeconds() {
7370
return Optional.ofNullable(System.getenv("CONFIDENCE_RESOLVER_POLL_INTERVAL_SECONDS"))

0 commit comments

Comments
 (0)