Minor change to code formatting

This commit is contained in:
Phillip Webb
2013-07-06 14:21:20 -07:00
parent a6341dc0af
commit 764a0a9af8
84 changed files with 391 additions and 214 deletions

View File

@@ -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);