mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Reformat code using Eclipse Mars
This commit is contained in:
+2
-2
@@ -59,8 +59,8 @@ public class SampleGithubApplicationTests {
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
this.mvc = webAppContextSetup(this.context).addFilters(this.filter,
|
||||
this.filterChain).build();
|
||||
this.mvc = webAppContextSetup(this.context)
|
||||
.addFilters(this.filter, this.filterChain).build();
|
||||
SecurityContextHolder.clearContext();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user