mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix existing syntactics nits.
This commit is contained in:
parent
7f935f010b
commit
8bb853f643
93 changed files with 393 additions and 397 deletions
|
@ -30,7 +30,7 @@ enum ToScrollingTimerMsg {
|
|||
}
|
||||
|
||||
impl ScrollingTimerProxy {
|
||||
pub fn new(compositor_proxy: Box<CompositorProxy+Send>) -> ScrollingTimerProxy {
|
||||
pub fn new(compositor_proxy: Box<CompositorProxy + Send>) -> ScrollingTimerProxy {
|
||||
let (to_scrolling_timer_sender, to_scrolling_timer_receiver) = channel();
|
||||
Builder::new().spawn(move || {
|
||||
let mut scrolling_timer = ScrollingTimer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue