Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Apr 24, 2024
1 parent dba909f commit 9aea047
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,10 @@ impl Context for OidcDiscovery {
warn!("error setting effective context, most likely the tab was closed already: {:?}", e);
});
hostcalls::resume_http_request().unwrap_or_else(|e| {
warn!("error resuming http request, most likely the tab was closed already: {:?}", e);
warn!(
"error resuming http request, most likely the tab was closed already: {:?}",
e
);
});
}
// hostcalls::set_effective_context(1).unwrap();
Expand Down

0 comments on commit 9aea047

Please sign in to comment.