Format remaining files

This commit is contained in:
Pyfisch 2018-11-06 13:01:35 +01:00
parent bf47f90da6
commit cb07debcb6
252 changed files with 5944 additions and 3744 deletions

View file

@ -1374,7 +1374,8 @@ impl Window {
.send(Msg::UpdateScrollStateFromScript(ScrollState {
scroll_id,
scroll_offset: Vector2D::new(-x, -y),
})).unwrap();
}))
.unwrap();
}
pub fn update_viewport_for_scroll(&self, x: f32, y: f32) {
@ -1852,7 +1853,8 @@ impl Window {
pipeline_id,
LoadData::new(url, Some(pipeline_id), referrer_policy, Some(doc.url())),
replace,
)).unwrap();
))
.unwrap();
};
}