summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/default.nix
diff options
context:
space:
mode:
authorPhillip Cloud <cloud@standard.ai>2021-01-10 13:09:47 -0500
committerPhillip Cloud <cloud@standard.ai>2021-01-10 13:09:47 -0500
commitcbe4de90affd773071d5a517d2a23aea6b7c1810 (patch)
treee50a6144f2977576c7863c00796664c3da6e9a80 /nixos/modules/services/monitoring/prometheus/default.nix
parent53796fd70f49d7f80194c866d49846468dd48332 (diff)
downloadnixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar.gz
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar.bz2
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar.lz
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar.xz
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.tar.zst
nixpkgs-cbe4de90affd773071d5a517d2a23aea6b7c1810.zip
nixos/prometheus: remove unnecessary whitespace
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/default.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix
index dc8347fbc97..9103a6f932d 100644
--- a/nixos/modules/services/monitoring/prometheus/default.nix
+++ b/nixos/modules/services/monitoring/prometheus/default.nix
@@ -568,7 +568,7 @@ let
       # Use `mkOption` instead of `mkOpt` for project and zone because they are
       # required configuration values for `gce_sd_config`.
       project = mkOption {
-        type =  types.str;
+        type = types.str;
         description = ''
           The GCP Project.
         '';