Format the code
This commit is contained in:
parent
dd0c2a5d46
commit
2650f436a9
2 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
|
|
||||||
use cmus_notify::{arguments, cmus::{self, CmusError, query::CmusQueryResponse}};
|
use cmus_notify::{
|
||||||
|
arguments,
|
||||||
|
cmus::{self, query::CmusQueryResponse, CmusError},
|
||||||
|
};
|
||||||
|
|
||||||
macro_rules! sleep {
|
macro_rules! sleep {
|
||||||
($time: expr) => {
|
($time: expr) => {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
pub mod cmus;
|
|
||||||
pub mod arguments;
|
pub mod arguments;
|
||||||
|
pub mod cmus;
|
||||||
|
|
||||||
/// Extracts the first embedded picture from an ID3 tag of an Audio file.
|
/// Extracts the first embedded picture from an ID3 tag of an Audio file.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue