Minor change to code formatting
This commit is contained in:
@@ -35,7 +35,8 @@ public class SampleSimpleApplicationTests {
|
||||
public void after() {
|
||||
if (this.profiles != null) {
|
||||
System.setProperty("spring.profiles.active", this.profiles);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
System.clearProperty("spring.profiles.active");
|
||||
}
|
||||
System.setOut(this.savedOutput);
|
||||
|
||||
Reference in New Issue
Block a user