diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-28 13:10:42 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-28 13:10:42 +0200 |
| commit | c9944e92bc1e2bff9071300b25b11642d218f424 (patch) | |
| tree | 6d6f4d6ffb17381b3cabb5e52ee2b9f594c14513 /pkgs/by-name/mp/mpdpopm/src/bin | |
| parent | pkgs/mpp-searchadd: Make resistent to `beets` auto-migrations on startup (diff) | |
| download | nixos-config-c9944e92bc1e2bff9071300b25b11642d218f424.zip | |
treewide: Format
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/src/bin')
| -rw-r--r-- | pkgs/by-name/mp/mpdpopm/src/bin/mpdpopm/cli.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/src/bin/mpdpopm/cli.rs b/pkgs/by-name/mp/mpdpopm/src/bin/mpdpopm/cli.rs index c20bf3fa..7ec89441 100644 --- a/pkgs/by-name/mp/mpdpopm/src/bin/mpdpopm/cli.rs +++ b/pkgs/by-name/mp/mpdpopm/src/bin/mpdpopm/cli.rs @@ -228,6 +228,5 @@ pub(crate) enum SubCommand { /// Show general stats about your music collection. /// /// This includes favorite artist, songs and also the negative ones. - Stats { - } + Stats {}, } |
