Skip to content

Commit a38a4e6

Browse files
committed
fix cargo format errors
1 parent 05d3dbb commit a38a4e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use leptos::prelude::*;
1010
pub fn Home() -> impl IntoView {
1111
// Documentation links for the DocumentationTraining section
1212
let links = vec![
13-
DocLink {
13+
DocLink {
1414
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
1515
title: "Why ODP?",
1616
external: true,

src/pages/projects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use leptos::prelude::*;
99
#[component]
1010
pub fn Projects() -> impl IntoView {
1111
let links = vec![
12-
DocLink {
12+
DocLink {
1313
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
1414
title: "Why ODP?",
1515
external: true,

src/pages/unified_ec_services.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use leptos::prelude::*;
1010
#[component]
1111
pub fn WindowsEcServices() -> impl IntoView {
1212
let links = vec![
13-
DocLink {
13+
DocLink {
1414
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
1515
title: "Why ODP?",
1616
external: true,

0 commit comments

Comments
 (0)