mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Indents arguments to be more readable
This commit is contained in:
parent
6de61301f4
commit
84ae53e011
1 changed files with 4 additions and 4 deletions
|
@ -80,10 +80,10 @@ fn inner_url(url: &Url) -> Url {
|
|||
}
|
||||
|
||||
fn load_for_consumer(load_data: LoadData,
|
||||
start_chan: LoadConsumer,
|
||||
classifier: Arc<MIMEClassifier>,
|
||||
resource_mgr_chan: IpcSender<ControlMsg>,
|
||||
devtools_chan: Option<Sender<DevtoolsControlMsg>>) {
|
||||
start_chan: LoadConsumer,
|
||||
classifier: Arc<MIMEClassifier>,
|
||||
resource_mgr_chan: IpcSender<ControlMsg>,
|
||||
devtools_chan: Option<Sender<DevtoolsControlMsg>>) {
|
||||
|
||||
match load::<WrappedHttpRequest>(load_data, resource_mgr_chan, devtools_chan, &NetworkHttpRequestFactory) {
|
||||
Err(LoadError::UnsupportedScheme(url)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue