Skip to content

Commit b07e9a2

Browse files
committed
Revert formatting changes.
1 parent 020170f commit b07e9a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grpc-client-spring-boot-starter/src/main/java/net/devh/boot/grpc/client/autoconfigure/GrpcClientAutoConfiguration.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ List<GrpcChannelConfigurer> defaultChannelConfigurers() {
152152
"io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder"})
153153
@Bean
154154
@Lazy
155-
GrpcChannelFactory shadedNettyGrpcChannelFactory(final GrpcChannelsProperties properties,
155+
GrpcChannelFactory shadedNettyGrpcChannelFactory(
156+
final GrpcChannelsProperties properties,
156157
final GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
157158
final List<GrpcChannelConfigurer> channelConfigurers) {
158159

0 commit comments

Comments
 (0)