Remove unnecessary semicolon
See gh-24628
This commit is contained in:
committed by
Stephane Nicoll
parent
9928d74a9e
commit
097104584c
@@ -1,6 +1,6 @@
|
||||
package org.test
|
||||
|
||||
import static org.springframework.boot.groovy.GroovyTemplate.*;
|
||||
import static org.springframework.boot.groovy.GroovyTemplate.*
|
||||
|
||||
@Component
|
||||
class Example implements CommandLineRunner {
|
||||
|
||||
Reference in New Issue
Block a user