hyfetch: reformat with nixfmt-rfc-style

This commit is contained in:
isabel
2024-10-23 22:58:41 +01:00
parent beed7cee4e
commit 5429f7f841

View File

@@ -1,8 +1,8 @@
{ lib
, fetchFromGitHub
, python3
{
lib,
fetchFromGitHub,
python3,
}:
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.99.0";
@@ -44,5 +44,3 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [ yisuidenghua ];
};
}