Formatting
This commit is contained in:
@@ -30,4 +30,5 @@ public class TestMethodConfiguration {
|
||||
public Object method() {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -29,4 +29,5 @@ import java.io.OutputStream;
|
||||
@TestConditionalOnClass(name = "java.io.InputStream", value = OutputStream.class)
|
||||
@TestAutoConfigureOrder(123)
|
||||
public class TestOrderedClassConfiguration {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user