Skip to content

Commit 6ceaa82

Browse files
committed
fixup: more spotless
Signed-off-by: Todd Baert <[email protected]>
1 parent 1df95d0 commit 6ceaa82

File tree

1 file changed

+2
-1
lines changed
  • providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/common

1 file changed

+2
-1
lines changed

providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/common/ChannelBuilder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ public static ManagedChannel nettyChannel(final FlagdOptions options) {
165165
channelBuilder.intercept(createSelectorInterceptor(options.getSelector()));
166166
}
167167

168-
return channelBuilder.defaultServiceConfig(buildRetryPolicy(options))
168+
return channelBuilder
169+
.defaultServiceConfig(buildRetryPolicy(options))
169170
.enableRetry()
170171
.build();
171172
} catch (SSLException ssle) {

0 commit comments

Comments
 (0)