Fix checkstyle errors

This commit is contained in:
Joe Grandja 2020-05-01 21:05:39 -04:00
parent 64619109e3
commit e25e1169fe
2 changed files with 9 additions and 7 deletions

View File

@ -24,4 +24,5 @@ public class MinimalAuthorizationServerApplication {
public static void main(String[] args) {
SpringApplication.run(MinimalAuthorizationServerApplication.class, args);
}
}

View File

@ -28,4 +28,5 @@ public class MinimalAuthorizationServerApplicationTests {
public void loadContext(ApplicationContext context) {
assertThat(context).isNotNull();
}
}