From 4c764479a6905c8f29fb0363dd63c76da8d35cb0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Apr 2014 14:59:59 +0200 Subject: Remove redundant space --- nixos/modules/rename.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index 1128b9c0da8d..0a67aeb81e56 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -17,7 +17,7 @@ let inherit from to; name = "Obsolete name"; use = x: builtins.trace "Obsolete option `${showOption from}' is used. It was renamed to `${showOption to}'." x; - define = x: builtins.trace "Obsolete option `${showOption from}' is used. It was renamed to `${showOption to}'." x; + define = x: builtins.trace "Obsolete option `${showOption from}' is used. It was renamed to `${showOption to}'." x; }; # abort if deprecated option is used @@ -25,7 +25,7 @@ let inherit from to; name = "Deprecated name"; use = x: abort "Deprecated option `${showOption from}' is used. It was renamed to `${showOption to}'."; - define = x: abort "Deprecated option `${showOption from}' is used. It was renamed to `${showOption to}'."; + define = x: abort "Deprecated option `${showOption from}' is used. It was renamed to `${showOption to}'."; }; showOption = concatStringsSep "."; -- cgit 1.4.1