dmarc-report-converter: format with nixfmt

This commit is contained in:
Andreas Zweili 2024-10-27 14:34:19 +01:00
parent 811c0af5f5
commit 86ad92070c

View File

@ -1,8 +1,9 @@
{ lib
, buildGoModule
, dmarc-report-converter
, fetchFromGitHub
, runCommand
{
lib,
buildGoModule,
dmarc-report-converter,
fetchFromGitHub,
runCommand,
}:
buildGoModule rec {