rm trailing blank comment

This commit is contained in:
realaravinth 2020-12-14 13:04:32 +05:30
parent 857421a728
commit e38f8f0b5a
No known key found for this signature in database
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ where
}
/// A `Transform` implementation that wraps services with a [`TracingService`].
///
pub struct TracingTransform<S, U, F> {
make_span: F,
_p: PhantomData<fn(S, U)>,