Fix missing end of file chars (#1106)

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Abolfazl Shahbazi
2024-11-13 09:40:53 -08:00
committed by GitHub
parent 393367e9f1
commit b5f95f735e
104 changed files with 104 additions and 104 deletions

View File

@@ -1 +1 @@
VITE_CODE_GEN_URL=http://ip_address:7778/v1/codegen
VITE_CODE_GEN_URL=http://ip_address:7778/v1/codegen

View File

@@ -1 +1 @@
VITE_CODE_GEN_URL=APP_CODE_GEN_URL
VITE_CODE_GEN_URL=APP_CODE_GEN_URL

View File

@@ -17,4 +17,4 @@ server {
expires 1d;
}
}
}
}

View File

@@ -49,4 +49,4 @@ const CodeRender = ({ cleanCode, language, inline }:CodeRenderProps) => {
}
export default CodeRender;
export default CodeRender;

View File

@@ -59,4 +59,4 @@ const Markdown = ({ content }: MarkdownProps) => {
/>)
}
export default Markdown;
export default Markdown;