summaryrefslogtreecommitdiff
path: root/src/components/signature/Commit.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/signature/Commit.astro')
-rw-r--r--src/components/signature/Commit.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/signature/Commit.astro b/src/components/signature/Commit.astro
index 9cc997a..a2138ab 100644
--- a/src/components/signature/Commit.astro
+++ b/src/components/signature/Commit.astro
@@ -6,8 +6,7 @@ import { toIso8601Full } from "@utils/datetime";
type Props = { commit: Commit; lang: string };
const dir = await gitDir();
-const { hash, files, author, committer, signature } =
- Astro.props.commit;
+const { hash, files, author, committer, signature } = Astro.props.commit;
const formatter = new Intl.DateTimeFormat([Astro.props.lang], {
dateStyle: "short",