mirror of https://github.com/fafhrd91/actix-web
chore: whitespace
This commit is contained in:
parent
24a7ec9ab5
commit
79b20183f8
|
@ -127,6 +127,7 @@ impl<T: ?Sized> From<Arc<T>> for Data<T> {
|
|||
Data(arc)
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Default> Default for Data<T> {
|
||||
fn default() -> Self {
|
||||
Data::new(T::default())
|
||||
|
|
Loading…
Reference in New Issue