trufflehog: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 12:39:17 +02:00
parent 42e6e72f93
commit e24370fc15
1 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,9 @@
{ lib
, fetchFromGitHub
, buildGoModule
, testers
, trufflehog
{
lib,
fetchFromGitHub,
buildGoModule,
testers,
trufflehog,
}:
buildGoModule rec {
@ -32,9 +33,7 @@ buildGoModule rec {
'';
passthru = {
tests.version = testers.testVersion {
package = trufflehog;
};
tests.version = testers.testVersion { package = trufflehog; };
};
meta = with lib; {