Add missing final newlines

This commit is contained in:
mDuo13
2023-11-29 17:47:38 -08:00
parent e750961647
commit 7eaa382409
3 changed files with 3 additions and 3 deletions

View File

@@ -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
PUBLIC_BASE_RESERVE=10 XRP

View File

@@ -81,4 +81,4 @@ export function CodePageName(props: {
return (
<code>{props.name}</code>
)
}
}

View File

@@ -47,4 +47,4 @@ export const codePageName: Schema & { tagName: string } = {
},
render: 'CodePageName',
selfClosing: true,
};
};