Skip to content

Commit

Permalink
chore: run cargo fmt following a cargo update
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Nov 13, 2023
1 parent be52bd2 commit a04ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-deps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async fn copy_wits(
.try_filter_map(|e| async move {
let name = e.file_name();
let Some(id) = name.to_str().map(Identifier::from) else {
return Ok(None)
return Ok(None);
};
if skip_deps.contains(&id) {
return Ok(None);
Expand Down

0 comments on commit a04ac22

Please sign in to comment.