mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Remove empty lines following braces.
This commit is contained in:
@@ -516,7 +516,6 @@ impl Activatable for HTMLAnchorElement {
|
||||
let mut ismap_suffix = None;
|
||||
if let Some(element) = target.downcast::<Element>() {
|
||||
if target.is::<HTMLImageElement>() && element.has_attribute(&atom!("ismap")) {
|
||||
|
||||
let target_node = element.upcast::<Node>();
|
||||
let rect = window_from_node(target_node).content_box_query(
|
||||
target_node.to_trusted_node_address());
|
||||
|
||||
Reference in New Issue
Block a user