mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
remove extra spaces after keywords
This commit is contained in:
parent
c225847a81
commit
677a24a8d6
4 changed files with 4 additions and 4 deletions
|
@ -176,7 +176,7 @@ impl ServiceWorkerManager {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
let _ = mediator.response_chan.send(None);
|
||||
let _ = mediator.response_chan.send(None);
|
||||
}
|
||||
} else {
|
||||
let _ = mediator.response_chan.send(None);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue