Format the code

This commit is contained in:
Anas Elgarhy 2023-02-12 21:05:45 +02:00
parent dd0c2a5d46
commit 2650f436a9
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@
use clap::Parser;
use cmus_notify::{arguments, cmus::{self, CmusError, query::CmusQueryResponse}};
use cmus_notify::{
arguments,
cmus::{self, query::CmusQueryResponse, CmusError},
};
macro_rules! sleep {
($time: expr) => {

View File

@ -2,8 +2,8 @@
use std::path::Path;
pub mod cmus;
pub mod arguments;
pub mod cmus;
/// Extracts the first embedded picture from an ID3 tag of an Audio file.
///