Revert unnecessary format changes

This commit is contained in:
Fernando Jiménez Moreno 2019-04-22 12:29:39 +02:00
parent 3f312f7915
commit 9df1c2f2cc

View file

@ -450,8 +450,7 @@ macro_rules! sheet_set_methods {
guard: &SharedRwLockReadGuard,
) {
if let Some(device) = device {
self.invalidations
.collect_invalidations_for(device, sheet, guard);
self.invalidations.collect_invalidations_for(device, sheet, guard);
}
}
@ -498,7 +497,7 @@ macro_rules! sheet_set_methods {
let collection = self.collection_for(&sheet, guard);
collection.remove(&sheet)
}
};
}
}
impl<S> DocumentStylesheetSet<S>