Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yanshay committed Nov 5, 2024
1 parent 1adf259 commit 93d187b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/heapless_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ impl<'a, const CAP: usize> Value<'a> for String<CAP> {
}
}


#[cfg(test)]
mod tests {
use core::str::FromStr;
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ use core::{
use embedded_storage_async::nor_flash::NorFlash;
use map::SerializationError;

#[cfg(feature = "arrayvec")]
mod arrayvec_impl;
#[cfg(feature = "alloc")]
mod alloc_impl;
#[cfg(feature = "arrayvec")]
mod arrayvec_impl;
pub mod cache;
#[cfg(feature = "heapless")]
mod heapless_impl;
pub mod cache;
mod item;
pub mod map;
pub mod queue;
Expand Down

0 comments on commit 93d187b

Please sign in to comment.