mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix incorrect indentation for line continuation.
This commit is contained in:
parent
a10b574d44
commit
f0a6403211
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ fn start_sending_opt(start_chan: LoadConsumer, metadata: Metadata) -> Result<Pro
|
|||
|
||||
/// Create a ResourceThread
|
||||
pub fn new_resource_thread(user_agent: String,
|
||||
devtools_chan: Option<Sender<DevtoolsControlMsg>>) -> ResourceThread {
|
||||
devtools_chan: Option<Sender<DevtoolsControlMsg>>) -> ResourceThread {
|
||||
let hsts_preload = HstsList::from_servo_preload();
|
||||
let (setup_chan, setup_port) = ipc::channel().unwrap();
|
||||
let setup_chan_clone = setup_chan.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue