nixos/prometheus: remove unnecessary whitespace

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

@ -568,7 +568,7 @@ let
# Use `mkOption` instead of `mkOpt` for project and zone because they are # Use `mkOption` instead of `mkOpt` for project and zone because they are
# required configuration values for `gce_sd_config`. # required configuration values for `gce_sd_config`.
project = mkOption { project = mkOption {
type = types.str; type = types.str;
description = '' description = ''
The GCP Project. The GCP Project.
''; '';