updatecli: format with nixfmt-rfc-style

This commit is contained in:
Jan Moeller 2024-05-31 00:19:48 +02:00
parent dfd695979f
commit cdf10e27a9
No known key found for this signature in database
GPG Key ID: 96A438F9EE72572F

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 {