mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Add missing final newlines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -81,4 +81,4 @@ export function CodePageName(props: {
|
||||
return (
|
||||
<code>{props.name}</code>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ export const codePageName: Schema & { tagName: string } = {
|
||||
},
|
||||
render: 'CodePageName',
|
||||
selfClosing: true,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user