Bug 1617369 - Reformat recent rust changes with rustfmt r=kvark DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D75254
This commit is contained in:
Sylvestre Ledru 2020-05-14 14:19:32 +00:00
Родитель 9f539b6b93
Коммит 2271eb5b20
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -975,7 +975,11 @@ impl AsyncPropertySampler for SamplerCallback {
unsafe { apz_register_sampler(self.window_id) }
}
fn sample(&self, _document_id: DocumentId, epochs_being_rendered: &FastHashMap<PipelineId, Epoch>) -> Vec<FrameMsg> {
fn sample(
&self,
_document_id: DocumentId,
epochs_being_rendered: &FastHashMap<PipelineId, Epoch>,
) -> Vec<FrameMsg> {
let mut transaction = Transaction::new();
unsafe {
apz_sample_transforms(