Skip to content
Snippets Groups Projects
Commit 123bbf13 authored by Denny Schumann's avatar Denny Schumann
Browse files

add ;

parent 92257938
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class PetClinicApplication {
public static void main(String[] args) {
SpringApplication.run(PetClinicApplication.class, args)
SpringApplication.run(PetClinicApplication.class, args);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment