Skip to content

Commit

Permalink
fix: compile warning: unused variable: result
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbillw committed Aug 3, 2024
1 parent f190bb7 commit 8b5e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/teeworker/cifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ async fn schedule_updates_ra_report(
tip,
)
.await{
Ok(result) =>{
Ok(_) =>{
info!("Scheduled update ceseal ra report successfully!")
},
Err(error) => {
Expand Down

0 comments on commit 8b5e580

Please sign in to comment.