remove empty lines

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2019-09-12 10:22:15 +10:00
parent fbd1ba0c09
commit eb1c77daf4
3 changed files with 3 additions and 3 deletions

View File

@ -141,4 +141,4 @@ public class OpenIdConfiguration implements Serializable
{
return scopes;
}
}
}

View File

@ -207,4 +207,4 @@ public class OpenIdCredentials implements Serializable
return result;
}
}
}

View File

@ -53,4 +53,4 @@ public class OpenIdUserIdentity implements UserIdentity
{
return userIdentity == null ? false : userIdentity.isUserInRole(role, scope);
}
}
}