Skip to content

Commit

Permalink
aa: fix ci failure
Browse files Browse the repository at this point in the history
Signed-off-by: 1570005763 <[email protected]>
  • Loading branch information
1570005763 authored and Xynnn007 committed Jan 2, 2024
1 parent 7185ae7 commit a1d5eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attestation-agent/coco_keyprovider/src/enc_mods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ fn parse_input_params(input: &str) -> Result<InputParams> {
.collect::<Vec<&str>>()
.iter()
.filter_map(|field| field.split_once('='))
.map(|(k, v)| (k, v))
.collect();
debug!("Get new request: {:?}", map);
let sample = map
Expand Down

0 comments on commit a1d5eed

Please sign in to comment.