Skip to content

Commit 4775a69

Browse files
committed
chore: format code
1 parent 0e6446c commit 4775a69

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/app.rs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use leptos_router::{
1212

1313
pub fn shell(options: LeptosOptions) -> impl IntoView {
1414
view! {
15-
<!DOCTYPE html>
15+
<!DOCTYPE html>
1616
<html lang="en">
1717
<head>
1818
<meta charset="utf-8" />
@@ -38,10 +38,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
3838

3939
// Facebook
4040
<Meta property="og:type" content="website" />
41-
<Meta
42-
property="og:title"
43-
content="Rust-DD Blog – Tech Insights & Consulting"
44-
/>
41+
<Meta property="og:title" content="Rust-DD Blog – Tech Insights & Consulting" />
4542
<Meta
4643
property="og:site_name"
4744
content="Rust-DD Blog – Tech Insights & Consulting"
@@ -61,10 +58,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
6158

6259
// Twitter
6360
<Meta name="twitter:card" content="summary_large_image" />
64-
<Meta
65-
name="twitter:title"
66-
content="Rust-DD Blog – Tech Insights & Consulting"
67-
/>
61+
<Meta name="twitter:title" content="Rust-DD Blog – Tech Insights & Consulting" />
6862
<Meta
6963
name="twitter:description"
7064
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."

0 commit comments

Comments
 (0)