Merge pull request #7375 from NixOS/formatting-nitpick

add missing newline, for consistent formatting
This commit is contained in:
Valentin Gagarin 2022-12-01 01:58:49 +01:00 committed by GitHub
commit 16b03f03af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,7 @@ let
in [ cmd ] ++ concatMap subcommand (attrNames details.commands or {});
parsedToplevel = builtins.fromJSON toplevel;
manpages = processCommand {
command = "nix";
details = parsedToplevel;