From 7eaa3824090648e818b88ef0cf8cbe2dafcdb82b Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 29 Nov 2023 17:47:38 -0800 Subject: [PATCH] Add missing final newlines --- content/.env | 2 +- content/@theme/markdoc/components.tsx | 2 +- content/@theme/markdoc/schema.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/.env b/content/.env index e26f999123..5edbbb2e36 100644 --- a/content/.env +++ b/content/.env @@ -1,4 +1,4 @@ PUBLIC_GITHUB_FORK=https://github.com/XRPLF/xrpl-dev-portal PUBLIC_GITHUB_BRANCH=master PUBLIC_OWNER_RESERVE=2 XRP -PUBLIC_BASE_RESERVE=10 XRP \ No newline at end of file +PUBLIC_BASE_RESERVE=10 XRP diff --git a/content/@theme/markdoc/components.tsx b/content/@theme/markdoc/components.tsx index 471e0d0c55..0a7914ef37 100644 --- a/content/@theme/markdoc/components.tsx +++ b/content/@theme/markdoc/components.tsx @@ -81,4 +81,4 @@ export function CodePageName(props: { return ( {props.name} ) -} \ No newline at end of file +} diff --git a/content/@theme/markdoc/schema.ts b/content/@theme/markdoc/schema.ts index 9a39867706..c03523f798 100644 --- a/content/@theme/markdoc/schema.ts +++ b/content/@theme/markdoc/schema.ts @@ -47,4 +47,4 @@ export const codePageName: Schema & { tagName: string } = { }, render: 'CodePageName', selfClosing: true, -}; \ No newline at end of file +};