dmarc-report-converter: format with nixfmt

This commit is contained in:
Andreas Zweili
2024-11-22 19:16:38 +01:00
parent 811c0af5f5
commit 86ad92070c
@@ -1,8 +1,9 @@
{ lib
, buildGoModule
, dmarc-report-converter
, fetchFromGitHub
, runCommand
{
lib,
buildGoModule,
dmarc-report-converter,
fetchFromGitHub,
runCommand,
}:
buildGoModule rec {