Just format the code
This commit is contained in:
parent
59ec23a363
commit
be2c223a57
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ pub mod player_settings;
|
|||
pub mod query;
|
||||
|
||||
use crate::cmus::query::CmusQueryResponse;
|
||||
#[cfg(feature = "debug")]
|
||||
use log::{debug, info};
|
||||
use std::collections::HashMap;
|
||||
use std::fmt::{Debug, Display};
|
||||
use std::num::ParseIntError;
|
||||
use std::str::FromStr;
|
||||
use typed_builder::TypedBuilder;
|
||||
#[cfg(feature = "debug")]
|
||||
use log::{info, debug};
|
||||
|
||||
#[derive(Debug, PartialEq, Default)]
|
||||
pub struct TrackMetadata {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
use crate::cmus::CmusError;
|
||||
#[cfg(feature = "debug")]
|
||||
use log::{debug, info};
|
||||
use std::num::ParseIntError;
|
||||
use std::str::FromStr;
|
||||
#[cfg(feature = "debug")]
|
||||
use log::{info, debug};
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct PlayerSettings {
|
||||
|
|
Loading…
Reference in a new issue