From eb33bec8b3e515e63859f3751aa23e0e1684f44d Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 7 Nov 2022 17:51:51 +0100 Subject: [PATCH] nixos/less: fix spacing --- nixos/modules/programs/less.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/programs/less.nix b/nixos/modules/programs/less.nix index 51a326393805..a1134e774364 100644 --- a/nixos/modules/programs/less.nix +++ b/nixos/modules/programs/less.nix @@ -103,7 +103,8 @@ in type = types.nullOr types.str; default = null; description = lib.mdDoc '' - When less closes a file opened in such a way, it will call another program, called the input postprocessor, which may perform any desired clean-up action (such as deleting the replacement file created by LESSOPEN). + When less closes a file opened in such a way, it will call another program, called the input postprocessor, + which may perform any desired clean-up action (such as deleting the replacement file created by LESSOPEN). ''; }; };