nixos/prometheus: remove unnecessary whitespace

This commit is contained in:
Phillip Cloud 2021-01-10 13:09:47 -05:00
parent 53796fd70f
commit cbe4de90af

View File

@ -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.
'';