From cbe4de90affd773071d5a517d2a23aea6b7c1810 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sun, 10 Jan 2021 13:09:47 -0500 Subject: nixos/prometheus: remove unnecessary whitespace --- nixos/modules/services/monitoring/prometheus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/monitoring/prometheus/default.nix') 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. ''; -- cgit 1.4.1