Skip to content

Commit 7c6d8ae

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in 18374bf according to the output from Prettier. Details: None
1 parent 136bbeb commit 7c6d8ae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

public/blogs/danielaandwill/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
content="0; url=https://daniela-and-will-travel.github.io/"
88
/>
99
<script type="text/javascript">
10-
window.location.href =
11-
"https://daniela-and-will-travel.github.io/";
10+
window.location.href = "https://daniela-and-will-travel.github.io/";
1211
</script>
1312
<title>Blog Redirection</title>
1413
</head>

public/blogs/travel/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
content="0; url=https://daniela-and-will-travel.github.io/"
88
/>
99
<script type="text/javascript">
10-
window.location.href =
11-
"https://daniela-and-will-travel.github.io/";
10+
window.location.href = "https://daniela-and-will-travel.github.io/";
1211
</script>
1312
<title>Blog Redirection</title>
1413
</head>

0 commit comments

Comments
 (0)