From 011c4266ccbf3ff66d92e223b2fafd291127c102 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Fri, 4 Jul 2025 15:37:50 -0300 Subject: style: deno fmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/signature/Authors.astro | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'src/components/signature/Authors.astro') diff --git a/src/components/signature/Authors.astro b/src/components/signature/Authors.astro index 71a3d62..4e52d4e 100644 --- a/src/components/signature/Authors.astro +++ b/src/components/signature/Authors.astro @@ -134,18 +134,16 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { > { primary?.name - ? info?.websites[0] ? ( + ? info?.websites[0] ? ( - ) : ( - {primary.name} - ) - : primary?.email - ? ( + ) : {primary.name} + : primary?.email + ? ( <><{primary?.email}> ) - : "" + : "" } { primary && ( @@ -181,10 +179,8 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { <>

Websites

) @@ -199,8 +195,8 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { <>{ key - ? "0x" + toPK(key).getKeyID().toHex() - : "0x" + keyID.toHex() + ? "0x" + toPK(key).getKeyID().toHex() + : "0x" + keyID.toHex() } { key && false && ( @@ -214,7 +210,7 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { } { key && - ( + ( @@ -229,9 +225,9 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { { commitSignerKey && - key?.getFingerprint().toUpperCase()?.endsWith( - commitSignerKey.toUpperCase(), - ) && "✅" + key?.getFingerprint().toUpperCase()?.endsWith( + commitSignerKey.toUpperCase(), + ) && "✅" } -- cgit v1.2.3