Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit cbea2e1

Browse files
authored
Replace spaces with tab
1 parent 88e90f6 commit cbea2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/RememberMeConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public void init(H http) throws Exception {
269269
RememberMeServices rememberMeServices = getRememberMeServices(http, key);
270270
if (key == null) {
271271
if (rememberMeServices instanceof AbstractRememberMeServices) {
272-
key = ((AbstractRememberMeServices) rememberMeServices).getKey();
272+
key = ((AbstractRememberMeServices) rememberMeServices).getKey();
273273
}
274274
}
275275
http.setSharedObject(RememberMeServices.class, rememberMeServices);

0 commit comments

Comments
 (0)