Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Clippy and rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Apr 22, 2022
1 parent e73b716 commit 55eb449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/ws/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl ExaWebSocket {
if let Some(rd) = rd {
match rd {
ResponseData::FetchedData(fd) => trace!("{:#?}", fd),
_ => debug!("{:#?}", rd)
_ => debug!("{:#?}", rd),
}
}
}
Expand Down

0 comments on commit 55eb449

Please sign in to comment.