mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
chore: run cargo fmt
This commit is contained in:
parent
d8712d78d6
commit
ae0eb3860a
1 changed files with 1 additions and 1 deletions
|
@ -48,8 +48,8 @@ fn print_version() {
|
|||
|
||||
#[cfg(not(feature = "journald"))]
|
||||
fn configure_tracing() {
|
||||
use tracing_subscriber::FmtSubscriber;
|
||||
use tracing::Level;
|
||||
use tracing_subscriber::FmtSubscriber;
|
||||
|
||||
let subscriber = FmtSubscriber::builder()
|
||||
.with_max_level(Level::TRACE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue