cyclonedx-gomod: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-07 10:57:55 +02:00
parent bb9810731b
commit cf05886e36
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {