grafana-reporter: format using nixfmt

(cherry picked from commit 7d8e2898c1)
This commit is contained in:
Noa Aarts 2024-11-15 18:31:22 +01:00 committed by github-actions[bot]
parent 444a4c09ad
commit abf9bdb907

View File

@ -1,9 +1,10 @@
{ lib
, buildGoModule
, fetchFromGitHub
, fetchpatch2
, tetex
, makeWrapper
{
lib,
buildGoModule,
fetchFromGitHub,
fetchpatch2,
tetex,
makeWrapper,
}:
buildGoModule rec {
pname = "reporter";