cargo fmt

This commit is contained in:
Henry Schimke
2023-01-13 10:26:31 -06:00
parent 89d02c7ab1
commit e0cb757360
5 changed files with 12 additions and 13 deletions

View File

@@ -16,25 +16,25 @@ mod rss_expanded_reader;
pub use rss_expanded_reader::*;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod rss_expanded_internal_test_case;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod rss_expanded_image_2_binary_test_tase;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod rss_expanded_image_2_result_test_case;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod rss_expanded_image_2_string_test_case;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod rss_expanded_stacked_internal_test_case;
#[cfg(test)]
#[cfg(feature="image")]
#[cfg(feature = "image")]
mod test_case_util;