about summary refs log tree commit diff
path: root/nixos/modules/services/networking/mtr-exporter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/mtr-exporter.nix')
-rw-r--r--nixos/modules/services/networking/mtr-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/mtr-exporter.nix b/nixos/modules/services/networking/mtr-exporter.nix
index fa5d6b7d6faa0..2b96cb2491acd 100644
--- a/nixos/modules/services/networking/mtr-exporter.nix
+++ b/nixos/modules/services/networking/mtr-exporter.nix
@@ -4,7 +4,7 @@ let
   inherit (lib)
     maintainers types literalExpression
     escapeShellArg escapeShellArgs
-    mkEnableOption mkOption mkRemovedOptionModule mkIf 
+    mkEnableOption mkOption mkRemovedOptionModule mkIf
     mkPackageOption optionalString concatMapStrings concatStringsSep;
 
   cfg = config.services.mtr-exporter;