Skip to content

Commit 624a4ef

Browse files
author
adkm
committed
iluwatar#176 Fixed CheckStyle issue
1 parent 0453ba1 commit 624a4ef

File tree

1 file changed

+1
-1
lines changed
  • eip-wire-tap/src/main/java/com/iluwatar/eip/wiretap

1 file changed

+1
-1
lines changed

eip-wire-tap/src/main/java/com/iluwatar/eip/wiretap/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class App {
2525
*
2626
* @param args command line args
2727
*/
28-
public static void main(String[] args) throws Exception{
28+
public static void main(String[] args) throws Exception {
2929
// Run Spring Boot application and obtain ApplicationContext
3030
ConfigurableApplicationContext context = SpringApplication.run(App.class, args);
3131

0 commit comments

Comments
 (0)