From f9bb39e2940db4634b5d7702411c6ed27d5a31ba Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 9 Oct 2020 18:31:15 +1000 Subject: [PATCH] nixos/pam: remove trailing whitespace --- nixos/modules/security/pam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index 40bec8d07916..a20d0a243a8e 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -653,7 +653,7 @@ in xlink:href="https://developers.yubico.com/pam-u2f/">here. ''; }; - + appId = mkOption { default = null; type = with types; nullOr str;