Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
N8BWert committed Sep 14, 2024
1 parent d387b2e commit c052e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncomm-clients-and-servers/src/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ use embedded_io::{Error, Read, ReadReady, Write};
use ncomm_core::client_server::{Client, Server};
use ncomm_utils::packing::{Packable, PackingError};

#[cfg(feature = "std")]
use std::vec::Vec;
#[cfg(feature = "alloc")]
use alloc::vec::Vec;
#[cfg(feature = "std")]
use std::vec::Vec;

/// An Error regarding sending and receiving data via serial
#[derive(Debug)]
Expand Down

0 comments on commit c052e63

Please sign in to comment.