Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Jan 9, 2022
1 parent c094fd5 commit 33efeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ home_dir = "~/music"
[client.display]
show_borders = true
show_hidden = false
show_icons = false
layout = "~/.config/dizi/layout.json"

[client.display.sort]
Expand Down
2 changes: 1 addition & 1 deletion lib/dizi_lib/src/playlist.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::path::{PathBuf};
use std::path::PathBuf;

use serde_derive::{Deserialize, Serialize};

Expand Down

0 comments on commit 33efeb3

Please sign in to comment.