Skip to content

Commit 8cf9000

Browse files
authored
Merge pull request #30 from jeffglaum/fix-cargo-fmt
fix cargo fmt errors
2 parents 8a39e79 + 0905d7c commit 8cf9000

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/embedded_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ It’s a modern foundation for building reliable, adaptable EC firmware — not
7474

7575
<div class="w-full min-h-screen" style="overflow-x: auto;">
7676
<Header />
77-
<ProjectIntroduction project_title=project_title project_summary=project_summary project_what=project_what project_why=project_why
77+
<ProjectIntroduction project_title=project_title project_summary=project_summary project_what=project_what project_why=project_why
7878
big_image_url="/images/ECBackground.png"
7979
small_image_url="/images/dark/ProjectIcon_EC_Patina_DarkMode.svg"/>
8080
<RepositoryGraph nodes=nodes_data links=links_data/>

src/pages/team_ec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn TeamEC() -> impl IntoView {
117117
</picture>
118118
</a>
119119
</div>
120-
120+
121121
<div class="flex flex-row gap-[80px]">
122122
{/* Left Column */}
123123
<div class="flex flex-col items-start" style="width: 700px;">

0 commit comments

Comments
 (0)