From 8a0a5e26470dbb691963e54d2d4dac40dedba07b Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:17:51 -0500 Subject: [PATCH] Format --- .../webauthn/api/ImmutablePublicKeyCredentialUserEntity.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java b/web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java index f5df9b8e87..ff62999732 100644 --- a/web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java +++ b/web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java @@ -71,8 +71,9 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr private final Bytes id; /** - * A human-palatable name for the user account, intended only for display. The Relying Party SHOULD let the user choose this, - * and SHOULD NOT restrict the choice more than necessary. + * A human-palatable name for the user account, intended only for display. The Relying + * Party SHOULD let the user choose this, and SHOULD NOT restrict the choice more than + * necessary. * * Relying Parties SHOULD perform enforcement, as prescribed in Section 2.3 of * [RFC8266] for the Nickname Profile of the PRECIS FreeformClass [RFC8264], when