updatecli: format with nixfmt-rfc-style

This commit is contained in:
Jan Moeller
2024-06-14 10:59:27 +02:00
parent dfd695979f
commit cdf10e27a9
+9 -8
View File
@@ -1,11 +1,12 @@
{ lib
, go
, buildGoModule
, fetchFromGitHub
, nix-update-script
, installShellFiles
, testers
, updatecli
{
lib,
go,
buildGoModule,
fetchFromGitHub,
nix-update-script,
installShellFiles,
testers,
updatecli,
}:
buildGoModule rec {