chore: switch to Java 11
[demos/example-siren] / provider / src / test / java / io / pactflow / example / sirenprovider / SirenProviderApplicationTests.java
index f6fcd08..b47da1d 100644 (file)
@@ -6,8 +6,8 @@ import org.springframework.boot.test.context.SpringBootTest;
 @SpringBootTest
 class SirenProviderApplicationTests {
 
-       @Test
-       void contextLoads() {
-       }
+  @Test
+  void contextLoads() {
+  }
 
 }