From 0dc6fc14e8d7deb9aea8961dd89921589d548ad1 Mon Sep 17 00:00:00 2001
From: chvmvd <104971044+chvmvd@users.noreply.github.com>
Date: Thu, 5 Oct 2023 18:51:02 +0900
Subject: [PATCH] Format all code
---
docs/1-trial-session/08-loop/index.md | 1 -
docs/1-trial-session/14-events/index.md | 2 +-
docs/3-web-servers/04-server/index.md | 2 +-
src/components/ViewSource/index.jsx | 4 ++--
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/1-trial-session/08-loop/index.md b/docs/1-trial-session/08-loop/index.md
index b65eb9a4d..07c2552b7 100644
--- a/docs/1-trial-session/08-loop/index.md
+++ b/docs/1-trial-session/08-loop/index.md
@@ -104,7 +104,6 @@ i++;
:::
-
## for 文
`for` 文は、`while` 文にほんの少しだけ機能を追加したものになります。
diff --git a/docs/1-trial-session/14-events/index.md b/docs/1-trial-session/14-events/index.md
index 3320d99c9..1bacc6593 100644
--- a/docs/1-trial-session/14-events/index.md
+++ b/docs/1-trial-session/14-events/index.md
@@ -107,4 +107,4 @@ HTMLファイルに一工夫が必要です。見えない`
` タグを用
-
\ No newline at end of file
+
diff --git a/docs/3-web-servers/04-server/index.md b/docs/3-web-servers/04-server/index.md
index 3c513201d..d1c60f24f 100644
--- a/docs/3-web-servers/04-server/index.md
+++ b/docs/3-web-servers/04-server/index.md
@@ -221,7 +221,7 @@ app.listen(3000);
```
```html title=template.ejs
-
+
diff --git a/src/components/ViewSource/index.jsx b/src/components/ViewSource/index.jsx
index 8fa96f3f2..a40f09316 100644
--- a/src/components/ViewSource/index.jsx
+++ b/src/components/ViewSource/index.jsx
@@ -19,11 +19,11 @@ export default function ViewSource({ url, path, noCodeSandbox }) {
const commitRef = useDocusaurusContext()?.siteConfig.customFields.commitRef;
const gitHubUrl = new URL(
path,
- `https://github.com/ut-code/utcode-learn/tree/${commitRef}/${basePath}`
+ `https://github.com/ut-code/utcode-learn/tree/${commitRef}/${basePath}`,
);
const codeSandboxUrl = new URL(
path,
- `https://githubbox.com/ut-code/utcode-learn/tree/${commitRef}/${basePath}`
+ `https://githubbox.com/ut-code/utcode-learn/tree/${commitRef}/${basePath}`,
);
return (