Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Storopoli <[email protected]>
  • Loading branch information
storopoli committed Dec 2, 2024
1 parent b13f0ba commit bd0690c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
use dioxus::prelude::*;

use crate::{component::{Button, Quote}, data::random_quote};
use crate::{
component::{Button, Quote},
data::random_quote,
};

/// Main App component that renders the whole app.
#[component]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#![allow(non_snake_case)]

use dioxus_logger::tracing::Level;
use dioxus::launch;
use dioxus_logger::tracing::Level;

#[cfg(debug_assertions)]
use log::info;
Expand Down

0 comments on commit bd0690c

Please sign in to comment.