antora: reformat with nixfmt

Link: https://github.com/NixOS/nixpkgs/pull/332341
This commit is contained in:
NAHO 2024-09-15 18:59:27 +02:00
parent 3108e45ca8
commit efc3298775
No known key found for this signature in database
GPG Key ID: 229CB671D09B95F5

View File

@ -1,4 +1,8 @@
{ lib, buildNpmPackage, fetchFromGitLab }:
{
lib,
buildNpmPackage,
fetchFromGitLab,
}:
buildNpmPackage rec {
pname = "antora";