Ensure all files end with a new line
Update all files to ensure that they always end with a new-line character. Issue gh-8945
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ final class WithAnonymousUserSecurityContextFactory implements WithSecurityConte
|
||||
return context;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -41,4 +41,4 @@ public interface WithSecurityContextFactory<A extends Annotation> {
|
||||
*/
|
||||
SecurityContext createSecurityContext(A annotation);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -78,4 +78,4 @@ public class CustomUserDetails implements UserDetails {
|
||||
return "CustomUserDetails{" + "username='" + this.username + '\'' + '}';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -23,4 +23,4 @@ import org.springframework.security.test.context.support.WithMockUser;
|
||||
@WithMockUser
|
||||
public class WithMockUserParent {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -60,4 +60,4 @@ public class WithMockUserParentTests extends WithMockUserParent {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -90,4 +90,4 @@ public class WithMockUserTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -103,4 +103,4 @@ public class SecurityMockMvcRequestPostProcessorsAuthenticationStatelessTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -101,4 +101,4 @@ public class SecurityMockMvcRequestPostProcessorsTestSecurityContextStatelessTes
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -110,4 +110,4 @@ public class DefaultfSecurityRequestsTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -133,4 +133,4 @@ public class SecurityRequestsTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -111,4 +111,4 @@ public class WithUserAuthenticationTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -111,4 +111,4 @@ public class WithUserClassLevelAuthenticationTests {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user