Jonathan Kelley 1 year ago
parent
commit
b8a47d04d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/html/src/events/mouse.rs

+ 0 - 1
packages/html/src/events/mouse.rs

@@ -104,7 +104,6 @@ impl_event! {
     onmouseup
 }
 
-
 impl MouseData {
     /// Create a new instance of MouseData
     pub fn new(inner: impl HasMouseData + 'static) -> Self {