Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit b70f5e1

Browse files
committed
chore: cargo fmt
1 parent 0068744 commit b70f5e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/server.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ async fn set_up_client(
173173
Some("png" | "svg") => {
174174
let file_bytes = read(icon_path).unwrap();
175175
match proxy
176-
.new_session_icon(icon_name, file_bytes.as_slice())
176+
.new_session_icon(
177+
icon_name,
178+
file_bytes.as_slice(),
179+
)
177180
.await
178181
{
179182
Ok(_) => {

0 commit comments

Comments
 (0)