mirror of https://github.com/fafhrd91/actix-web
Formatting
This commit is contained in:
parent
664564f004
commit
b492e562fc
|
@ -209,7 +209,9 @@ where
|
||||||
|
|
||||||
self.data = Some(data);
|
self.data = Some(data);
|
||||||
}
|
}
|
||||||
self.data.get_or_insert_with(Extensions::new).extend(cfg.extensions);
|
self.data
|
||||||
|
.get_or_insert_with(Extensions::new)
|
||||||
|
.extend(cfg.extensions);
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue