Reformat code using Eclipse Mars
This commit is contained in:
@@ -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