Skip to content

Commit

Permalink
fix: rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
  • Loading branch information
elpiel committed May 13, 2024
1 parent 33bee39 commit a3932c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl Client {
}
}


/// Send a [`MonitorSettings`] ([`MiddlewareCommand`]) to the Arduino Serial Plotter UI
/// through an already established connection.
pub async fn set_monitor_settings(
Expand All @@ -132,7 +131,7 @@ impl Client {

/// Send a Data lines message to the Arduino Serial Plotter UI to plot.
///
///
///
pub async fn send(&self, data: &[&str]) -> Result<(), Error> {
let data_json = serde_json::to_string(&data).expect("Should always be serializable!");

Expand Down

0 comments on commit a3932c5

Please sign in to comment.