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 committed Dec 29, 2023
1 parent 5527775 commit a6005e0
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 a6005e0

Please sign in to comment.