Skip to content

Commit

Permalink
tonic: fix fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlq committed Feb 18, 2022
1 parent d526e1d commit b971c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/service/interceptor.rs
Expand Up @@ -169,7 +169,7 @@ where
let (metadata, extensions, msg) = req.into_parts();

match self
.f
.fg
.call(crate::Request::from_parts(metadata, extensions, ()))
{
Ok(req) => {
Expand Down

0 comments on commit b971c54

Please sign in to comment.