mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -71,7 +71,8 @@ impl ServiceWorkerManager {
|
|||
.spawn(move || {
|
||||
ServiceWorkerManager::new(own_sender, from_constellation, resource_port)
|
||||
.handle_message();
|
||||
}).expect("Thread spawning failed");
|
||||
})
|
||||
.expect("Thread spawning failed");
|
||||
}
|
||||
|
||||
pub fn get_matching_scope(&self, load_url: &ServoUrl) -> Option<ServoUrl> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue