Skip to content

Commit d43823c

Browse files
author
Dave Syer
committed
Wrists slapped
1 parent 8219e26 commit d43823c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/grpc-webflux/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public class GrpcServerApplicationTests {
2525
private static Log log = LogFactory.getLog(GrpcServerApplicationTests.class);
2626

2727
public static void main(String[] args) {
28-
new SpringApplicationBuilder(GrpcServerApplication.class, ExtraConfiguration.class)
29-
.run(args);
28+
new SpringApplicationBuilder(GrpcServerApplication.class, ExtraConfiguration.class).run(args);
3029
}
3130

3231
@Autowired

0 commit comments

Comments
 (0)