Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jan 4, 2024
1 parent 94e055e commit 0c1517d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions memory-serve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ mod util;

use crate::util::{compress_gzip, decompress_brotli};

pub use crate::asset::Asset;
pub use crate::cache_control::CacheControl;
pub use crate::{asset::Asset, cache_control::CacheControl};

/// Macro to load a directory of static files into the resulting binary
/// (possibly compressed) and create a data structure of (meta)data
Expand Down

0 comments on commit 0c1517d

Please sign in to comment.