Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2023
1 parent c25964d commit 1a380e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/internet_identity/src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,7 @@ fn collect_assets_from_dir(dir: &Dir) -> Vec<(String, Vec<u8>, ContentEncoding,
// & certified successfully
for asspath in asspaths {
// TODO: don't clone content
assets.push((
asspath,
content.clone(),
encoding,
content_type,
));
assets.push((asspath, content.clone(), encoding, content_type));
}
}
assets
Expand Down

0 comments on commit 1a380e2

Please sign in to comment.