mirror of https://github.com/fafhrd91/actix-net
rm trailing blank comment
This commit is contained in:
parent
857421a728
commit
e38f8f0b5a
|
@ -60,7 +60,6 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A `Transform` implementation that wraps services with a [`TracingService`].
|
/// A `Transform` implementation that wraps services with a [`TracingService`].
|
||||||
///
|
|
||||||
pub struct TracingTransform<S, U, F> {
|
pub struct TracingTransform<S, U, F> {
|
||||||
make_span: F,
|
make_span: F,
|
||||||
_p: PhantomData<fn(S, U)>,
|
_p: PhantomData<fn(S, U)>,
|
||||||
|
|
Loading…
Reference in New Issue