fix failing check

This commit is contained in:
Evan Simkowitz 2023-08-24 00:18:00 -04:00
parent 124b58afb1
commit a72718134b
No known key found for this signature in database
GPG key ID: 17F88C71AA49179F

View file

@ -133,7 +133,6 @@ fn mouse_up() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "100%",
height: "100%",
@ -173,7 +172,6 @@ fn mouse_enter() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "50%",
height: "50%",
@ -213,7 +211,6 @@ fn mouse_exit() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "50%",
height: "50%",
@ -253,7 +250,6 @@ fn mouse_move() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "100%",
height: "100%",
@ -333,7 +329,6 @@ fn click() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "100%",
height: "100%",
@ -373,7 +368,6 @@ fn context_menu() {
modifiers: KeyModifiers::NONE,
}));
cx.render(rsx! {
#[dxfmt::skip]
div {
width: "100%",
height: "100%",