Skip to content

Commit 159096a

Browse files
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 6c38195 according to the output from Ruff Formatter. Details: None
1 parent 6c38195 commit 159096a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

alphaspheredotai_github_io/component.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def contact_item(
7272
return rx.card(
7373
rx.flex(
7474
(
75-
rx.image(src=avatar, alt=name, border_radius="25%", height="25%", width="25%"),
75+
rx.image(
76+
src=avatar, alt=name, border_radius="25%", height="25%", width="25%"
77+
),
7678
rx.heading(name, size="4", weight="bold"),
7779
rx.text(username, color_scheme="gray"),
7880
rx.link(

0 commit comments

Comments
 (0)